Skip to content

Commit fc4ede1

Browse files
committed
Disable clmul instruction set for cryptopp
1 parent 65dcef2 commit fc4ede1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vendor/cryptopp/premake5.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ project "cryptopp"
1212

1313
defines {
1414
"_WINSOCK_DEPRECATED_NO_WARNINGS",
15+
"CRYPTOPP_DISABLE_CLMUL", -- sse 4.1 required for this
1516
"_LIB"
1617
}
1718

0 commit comments

Comments
 (0)