Fixed non-x86 compilation

This commit is contained in:
tevador 2019-05-15 22:35:45 +02:00
parent 2b3a03a9dc
commit 42cb2fc852
1 changed files with 1 additions and 1 deletions

View File

@ -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__