Commit 268577e7 authored by Harris Hancock's avatar Harris Hancock

Use NOMINMAX to inhibit intrin.h min/max defines

parent 7a9f9be2
......@@ -86,6 +86,9 @@
#endif
#if defined(_MSC_VER)
#ifndef NOMINMAX
#define NOMINMAX 1
#endif
#include <intrin.h> // __popcnt
#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