[Openmp-commits] [compiler-rt] [llvm] [openmp] [TSan] Add instrumentation of AVX2 and AVX512 instructions (PR #74636)
via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 14 02:42:32 PST 2023
jprotze wrote:
The latest commits added checks for the hardware support of AVX on the build system to only enable the tests when the test system supports the instructions. (`REQUIRES: mavx`[2|512f])
This should fix the failures on the test system.
https://github.com/llvm/llvm-project/pull/74636
More information about the Openmp-commits
mailing list