echristo added a subscriber: echristo.
echristo added a comment.

Are there any of the intrinsics in the headers that also depend on x87?

One inline comment.

-eric


================
Comment at: lib/Basic/Targets.cpp:2538-2539
@@ -2537,1 +2537,4 @@
 
+  // All X86 processors but i386 have X87.
+  if (getCPUKind(CPU) != CK_i386)
+    setFeatureEnabledImpl(Features, "x87", true);
----------------
aturetsk wrote:
> You are right. Fixed.
Mind only doing getCPUKind once here? :)


http://reviews.llvm.org/D13980



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to