LemonBoy added a comment.

In D99465#2654633 <https://reviews.llvm.org/D99465#2654633>, @craig.topper 
wrote:

> We can't use preprocessor defines in the intrinsic header files. It prevents 
> being able to use the intrinsics with attribute(target("avx512f,vaes")). 
> What's preventing __m512i from being defined?

`__VAES__` is defined but `__AVX512F__` is not hence `avx512fintrin.h` is never 
included in `immintrin.h`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99465

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

Reply via email to