[clang] [llvm] [X86][AVX10.2] Support AVX10.2-CONVERT new instructions. (PR #101600)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 21 09:46:24 PDT 2024


jhuber6 wrote:

This is all it takes to reproduce this on my machine so I'm going to revert. x64 Linux, CPU is `znver3`.
```console
echo "#include <immintrin.h>" | ./bin/clang++ -x c++ -
```

https://github.com/llvm/llvm-project/pull/101600


More information about the cfe-commits mailing list