You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: