Browse Source

Permanently disable ZT_SALSA20_SSE

pull/1/head
Xadhoom 5 years ago
parent
commit
86f7b523f0
  1. 6
      node/Salsa20.hpp

6
node/Salsa20.hpp

@ -19,6 +19,12 @@
#define ZT_SALSA20_SSE 1
#endif
#if defined(ZT_SALSA20_SSE)
#if !ZT_SALSA20_SSE
#undef ZT_SALSA20_SSE
#endif
#endif
#ifdef ZT_SALSA20_SSE
#include <emmintrin.h>
#endif // ZT_SALSA20_SSE

Loading…
Cancel
Save