We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dd85b commit c2b5f68Copy full SHA for c2b5f68
1 file changed
librhash/sha_ni.h
@@ -3,7 +3,7 @@
3
#define SHA_NI_H
4
5
#if defined(RHASH_SSE4_SHANI) && !defined(RHASH_DISABLE_SHANI)
6
-# if defined(__GNUC__)
+# if defined(__GNUC__) && defined(__SHA__)
7
# define RHASH_GCC_SHANI
8
/* SHA extensions are supported by Visual Studio >= 2015 */
9
# elif (_MSC_VER >= 1900)
0 commit comments