Closed micciancio closed 6 years ago
Library failed subtraction test when compiled with AVX optimizations. It turns out the bug was in the test code, due to computation of a-b using unsigned integer arithmetic. Fixed the bug in the test code.
Thank you Daniele!
Library failed subtraction test when compiled with AVX optimizations. It turns out the bug was in the test code, due to computation of a-b using unsigned integer arithmetic. Fixed the bug in the test code.