Andrew Kelley cbe9a51518
don't trust llvm's GetHostCPUName
comment from this commit reproduced here:

I have observed the CPU name reported by LLVM being incorrect. On
the SourceHut build services, LLVM 9.0 reports the CPU as "athlon-xp",
which is a 32-bit CPU, even though the system is 64-bit and the reported
CPU features include, among other things, +64bit.
So the strategy taken here is that we observe both reported CPU, and the
reported CPU features. The features are trusted more; but if the features
match exactly the features of the reported CPU, then we trust the reported CPU.
2020-01-21 22:02:13 -05:00
..
2019-11-25 13:53:13 -05:00
2019-12-11 02:08:33 -05:00
2020-01-19 20:54:04 -05:00
2019-11-08 15:57:24 -05:00
2019-09-25 23:35:41 -04:00
2019-11-08 15:57:24 -05:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2020-01-19 21:06:41 -05:00
2020-01-20 13:40:25 -05:00
2019-11-29 21:55:27 -05:00
2019-11-01 22:42:25 -04:00
2019-09-25 23:35:41 -04:00
2020-01-19 20:54:04 -05:00
2019-10-11 18:13:24 -04:00
2019-09-25 23:35:41 -04:00
2019-11-12 17:55:54 +02:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2020-01-14 13:06:46 -05:00
2020-01-19 20:54:04 -05:00
2020-01-01 18:08:40 -05:00
2020-01-19 00:11:45 +01:00
2020-01-19 20:54:04 -05:00
2020-01-21 22:02:13 -05:00
2019-12-29 18:19:03 -05:00
2019-11-08 15:57:24 -05:00
2019-09-25 23:35:41 -04:00