pengfei accepted this revision.
pengfei added inline comments.

================
Comment at: clang/lib/Headers/avx512bwintrin.h:894
   return (__m512i)__builtin_ia32_selectb_512((__mmask64)__M,
                                              (__v64qi)_mm512_min_epu8(__A, 
__B),
                                              (__v64qi)_mm512_setzero_si512());
----------------
Should we change the type here too? The same below.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117798/new/

https://reviews.llvm.org/D117798

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

Reply via email to