mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 11:47:13 +09:00
Do not compile sse/pwhash_scryptxsalsa208sha256.c unless emmintrin.h is available.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
* online backup system.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_EMMINTRIN_H
|
||||
#include <emmintrin.h>
|
||||
#if defined(__XOP__) && defined(DISABLED)
|
||||
#include <x86intrin.h>
|
||||
@@ -379,3 +380,4 @@ escrypt_kdf_sse(escrypt_local_t * local,
|
||||
/* Success! */
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user