================ @@ -40,6 +40,8 @@ typedef long long __m512i_u __attribute__((__vector_size__(64), __aligned__(1))) typedef unsigned char __mmask8; typedef unsigned short __mmask16; +typedef unsigned int __mmask32; +typedef unsigned long long __mmask64; ---------------- RKSimon wrote:
Remove these? https://github.com/llvm/llvm-project/pull/167683 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
