mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-12-22 15:58:53 +00:00
Fixed non-x86 compilation
This commit is contained in:
parent
2b3a03a9dc
commit
42cb2fc852
@ -72,7 +72,7 @@ void rx_set_double_precision();
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(RANDOMX_USE_X87)
|
#if !defined(RANDOMX_USE_X87)
|
||||||
#define rx_set_double_precision
|
#define rx_set_double_precision(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __SSE2__
|
#ifdef __SSE2__
|
||||||
|
Loading…
Reference in New Issue
Block a user