Ver código fonte

Fixed non-x86 compilation

tevador 7 anos atrás
pai
commit
42cb2fc852
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/intrin_portable.h

+ 1 - 1
src/intrin_portable.h

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