Skip to content

Commit

Permalink
Fixed non-x86 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tevador committed May 15, 2019
1 parent 2b3a03a commit 42cb2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intrin_portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 42cb2fc

Please sign in to comment.