Vc icon indicating copy to clipboard operation
Vc copied to clipboard

Cast tests fail with g++11

Open bernhardmgruber opened this issue 2 years ago • 0 comments

Vc version / revision Operating System Compiler & Version Compiler Flags Assembler & Version CPU
branch 1.4 (45fbb882) Ubuntu 21.10 g++ 11.2 AMD Ryzen 9 5950X 16-Core Processor

Testcase

configure with BUILD_TESTING=ON BUILD_EXTRA_CAST_TESTS=ON then make and run the tests

Actual Results

The following tests FAILED:
	354 - casts_Vc_FROM_N_17_Vc_TO_N_5_sse (Failed)
	355 - casts_Vc_FROM_N_17_Vc_TO_N_5_avx (Failed)
	356 - casts_Vc_FROM_N_17_Vc_TO_N_5_avx2 (Failed)
	393 - casts_Vc_FROM_N_16_Vc_TO_N_8_scalar (Failed)

Expected Results

no errors

bernhardmgruber avatar Apr 08 '22 14:04 bernhardmgruber