Skip to content

Commit 0bba0fc

Browse files
committed
Disable AESNI, SSE4, SSSE3 instruction sets for cryptopp
1 parent fc4ede1 commit 0bba0fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vendor/cryptopp/premake5.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ project "cryptopp"
1212

1313
defines {
1414
"_WINSOCK_DEPRECATED_NO_WARNINGS",
15-
"CRYPTOPP_DISABLE_CLMUL", -- sse 4.1 required for this
15+
"CRYPTOPP_DISABLE_CLMUL",
16+
"CRYPTOPP_DISABLE_AESNI",
17+
"CRYPTOPP_DISABLE_SSE4",
18+
"CRYPTOPP_DISABLE_SSSE3",
1619
"_LIB"
1720
}
1821

0 commit comments

Comments
 (0)