[PATCH] D13980: Add "x87" in x86 target feature map
Andrey Turetskiy via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 25 06:08:11 PST 2015
aturetsk added a comment.
> Are there any of the intrinsics in the headers that also depend on x87?
Not that I could find.
================
Comment at: lib/Basic/Targets.cpp:2545-2546
@@ -2544,2 +2544,4 @@
- switch (getCPUKind(CPU)) {
+ CPUKind Kind = getCPUKind(CPU);
+
+ // All X86 processors but i386 have X87.
----------------
Done.
http://reviews.llvm.org/D13980
More information about the cfe-commits
mailing list