[PATCH] D14331: [X86][AVX512] add comi with Sae
Asaf Badouh via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 16 05:16:01 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
----------------
AsafBadouh wrote:
> delena wrote:
> > It may fail on platforms, where these constants are defined.
> I've tested it on Ubuntu OS and Win
sorry, It is raise warning on Win.
I'll think on different solution.
http://reviews.llvm.org/D14331
More information about the llvm-commits
mailing list