Closed tlepoint closed 7 years ago
Hmm it also fails for me when using SSE-only. Am I the only one?
Using cmake -DNFLLIB_USE_AVX=OFF -DNFLLIB_USE_SSE=ON -DNFL_OPTIMIZED=ON -DCMAKE_BUILD_TYPE=Debug -G Ninja ..
Okay I think I got the issue, somehow one refactoring must have failed... I'll keep you in touch!
I pushed two commits that I think fix the issues (for SSE and AVX2)!
Well, it seems that there is still an aligment issue for AVX2! I will check that this afternoon.
@aguinet that works for me, can we merge?
Merging it
The AVX code was never compiled because of a wrong define, and when correctly included did not compile.
However, I still get an error:
When running the test, I get the following output:
@aguinet @serge-sans-paille ?