[PATCH] D14331: [X86][AVX512] add comi with Sae

Asaf Badouh via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 04:59:44 PST 2015


AsafBadouh added inline comments.

================
Comment at: ../commit/llvm_clean/lib/Target/X86/X86IntrinsicsInfo.h:1811
@@ -1808,1 +1810,3 @@
 
+// X86 specific compare constants.
+// They must be kept in synch with avxintrin.h
----------------
delena wrote:
> It may fail on platforms, where these constants are defined.
I've tested it on Ubuntu OS and Win


http://reviews.llvm.org/D14331





More information about the llvm-commits mailing list