[PATCH] D99465: [Clang][X86] Mark some VAES builtins as conditionally defined
    Craig Topper via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sun Mar 28 11:30:24 PDT 2021
    
    
  
craig.topper added a comment.
I think I've fixed this in 3fb40ce167ff5f05afadf8f525ff9e17350d6d7f <https://reviews.llvm.org/rG3fb40ce167ff5f05afadf8f525ff9e17350d6d7f>. We need to use the preprocessor define that says avx512fintrin.h was included rather than the feature define. We already did a similar thing in gfniintrin.h.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99465/new/
https://reviews.llvm.org/D99465
    
    
More information about the cfe-commits
mailing list