someone--else

Results 13 comments of someone--else

Turning off AVX2 via g_hasAvx2 solves the problem Might be related to this: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412

Same segfault with -mavx I think using clang instead of gcc might help, but not sure how to set CMake up for it to test

Linked GCC issue seems to be still open, so turning AVX off on Windows as a temp workaround is still relevant and shouldn't be reverted. Perhaps we can have a...