You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/crypto
Jason Rhinelander 5e91c946c5 AVX code: move stub into separate file; always check -mavx2/-mfma
This simplifies the build a bit by moving the avx stubs into a single .c
file: we can avoid compiling all of the avx2 code and just add a single
stub file instead when the compiler doesn't have -mavx2/-mfma.

This also simplifies cmake to just always test the flags; there are some
cases (like using NATIVE_BUILD) where USE_AVX2 doesn't necessarily
apply, and it's cheap to just check them.
4 years ago
..
libntrup AVX code: move stub into separate file; always check -mavx2/-mfma 4 years ago
ntruprime-20171206/crypto_kem/sntrup4591761 restructure original code into libntrup 6 years ago
CMakeLists.txt AVX code: move stub into separate file; always check -mavx2/-mfma 4 years ago