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:
parent
f1ec8a18f6
commit
5a7bcb2d03
3 changed files with 3 additions and 1 deletions
1
doc/build/CMAKE_OPTIONS.md
vendored
1
doc/build/CMAKE_OPTIONS.md
vendored
|
@ -22,6 +22,7 @@ This feature add external dependency to libhwloc (1.10.0+) (except MSVC builds).
|
|||
* **`-DWITH_EMBEDDED_CONFIG=ON`** Enable [embedded](https://github.com/xmrig/xmrig/issues/957) config support.
|
||||
* **`-DWITH_OPENCL=OFF`** Disable OpenCL backend.
|
||||
* **`-DWITH_CUDA=OFF`** Disable CUDA backend.
|
||||
* **`-DWITH_SSE=OFF`** Disable SSE for Blake2 (useful for arm builds).
|
||||
|
||||
## Debug options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue