1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
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.
2020-05-17 23:31:41 -03:00
..
libntrup AVX code: move stub into separate file; always check -mavx2/-mfma 2020-05-17 23:31:41 -03:00
ntruprime-20171206/crypto_kem/sntrup4591761 restructure original code into libntrup 2018-08-13 11:43:27 -04:00
CMakeLists.txt AVX code: move stub into separate file; always check -mavx2/-mfma 2020-05-17 23:31:41 -03:00