Commit b5446d87 authored by Rob Earhart's avatar Rob Earhart Committed by Robert Kimball

Fix xmmintrin guard (#2309)

parent 1ad6c7f0
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
//***************************************************************************** //*****************************************************************************
#include <random> #include <random>
#ifdef __i386__ #if defined(__x86_64__) || defined(__amd64__)
#include <xmmintrin.h> #include <xmmintrin.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment