I have no idea why this is happening, but when compiling your code w/ the linker options -Wl,-O1 -Wl,--as-needed the program segfaults when executing line 85 in fcwt.cpp:
O8[q4] = _mm256_mul_ps(I8[q4],tmp[0]);.
When omitting those options the code runs fine.
I am on linux 5.15, using gcc 12.2; fftw version 3.3.10.
Any idea what's going on here?
Hi,
I have no idea why this is happening, but when compiling your code w/ the linker options
-Wl,-O1 -Wl,--as-needed
the program segfaults when executing line 85 in fcwt.cpp:O8[q4] = _mm256_mul_ps(I8[q4],tmp[0]);
.When omitting those options the code runs fine.
I am on linux 5.15, using gcc 12.2; fftw version 3.3.10. Any idea what's going on here?