[PATCH] D22010: Add more gcc compatibility names to clang's cpuid.h

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 18 11:41:11 PDT 2016


bruno added a subscriber: bruno.

================
Comment at: lib/Headers/cpuid.h:114
@@ -109,2 +113,3 @@
 #define bit_AVX         0x10000000
+#define bit_F16C        0x20000000
 #define bit_RDRND       0x40000000
----------------
Isn't this one also meant for gcc compat?


https://reviews.llvm.org/D22010





More information about the cfe-commits mailing list