fies #1844, adds WITH_SSE cmake option

now it is possible to disable sse for Blake2, which is not supported on ARMs
This commit is contained in:
Dusan Klinec 2020-09-30 19:58:10 +02:00
parent f1ec8a18f6
commit 5a7bcb2d03
No known key found for this signature in database
GPG key ID: 6337E118CCBCE103
3 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@ option(WITH_ADL "Enable ADL (AMD Display Library) or sysfs support (
option(WITH_STRICT_CACHE "Enable strict checks for OpenCL cache" ON)
option(WITH_INTERLEAVE_DEBUG_LOG "Enable debug log for threads interleave" OFF)
option(WITH_PROFILING "Enable profiling for developers" OFF)
option(WITH_SSE "Enable SSE for Blake2" ON)
option(BUILD_STATIC "Build static binary" OFF)
option(ARM_TARGET "Force use specific ARM target 8 or 7" 0)