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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits