Open johnplatts opened 6 months ago
Also experiencing.
Clang 19.1.0 (++20240810103829+866686180a31-1~exp1~20240810103957.18)
is able to successfully compile https://github.com/google/highway/blob/master/hwy/contrib/algo/find_test.cc without crashing, even with optimizations enabled.
Here is the crash that occurs when compiling TestFind for vector types that have a SIMD tag with a lane type of hwy::float16_t for x86_64 with
-march=sapphirerapids
when compiled with Clang 18.1.6:Attached are preprocessed soruces and run script: avx3_spr_f16_find_test_051324_0418pm.zip
The same code compiles successfully with GCC 12 or later.