mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Avoid unknown pragma on !__GCC__
This commit is contained in:
+3
-1
@@ -29,7 +29,9 @@
|
||||
*/
|
||||
|
||||
#if defined(HAVE_EMMINTRIN_H) || defined(_MSC_VER)
|
||||
#pragma GCC target("sse2")
|
||||
# if __GNUC__
|
||||
# pragma GCC target("sse2")
|
||||
# endif
|
||||
#include <emmintrin.h>
|
||||
#if defined(__XOP__) && defined(DISABLED)
|
||||
#include <x86intrin.h>
|
||||
|
||||
Reference in New Issue
Block a user