瀏覽代碼

Fixed non-x86 compilation

tevador 7 年之前
父節點
當前提交
42cb2fc852
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/intrin_portable.h

+ 1 - 1
src/intrin_portable.h

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