mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Fixed non-x86 compilation
This commit is contained in:
parent
2b3a03a9dc
commit
42cb2fc852
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void rx_set_double_precision();
|
|||
#endif
|
||||
|
||||
#if !defined(RANDOMX_USE_X87)
|
||||
#define rx_set_double_precision
|
||||
#define rx_set_double_precision(x)
|
||||
#endif
|
||||
|
||||
#ifdef __SSE2__
|
||||
|
|
Loading…
Reference in a new issue