]> granicus.if.org Git - llvm/commit
[X86] Add 'fxsr' to the getHostCPUFeatures detection code.
authorCraig Topper <craig.topper@intel.com>
Wed, 13 Feb 2019 18:21:36 +0000 (18:21 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 13 Feb 2019 18:21:36 +0000 (18:21 +0000)
commitacb7bf3cf985b38a505eb3a5be0569ecab7770ba
tree6532069bc4a84bc1f16c2f8c8fecce0f97d5f838
parent3637405f12571ef952feb8a6084bbd95804ca9cb
[X86] Add 'fxsr' to the getHostCPUFeatures detection code.

We implicitly mark this feature as enabled when the target is 64-bits, but our detection code for -march=native didn't support it so you can't detect it on 32-bit targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353963 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Host.cpp