Add flag for when we don't have SSE

This commit is contained in:
Pavel Krajcevski 2012-09-13 16:56:18 -04:00
parent 71e04f56e4
commit acd20ea8ac

View File

@ -7,3 +7,4 @@
// Do we have the proper popcnt instruction defined?
#cmakedefine NO_INLINE_ASSEMBLY
#cmakedefine HAS_SSE_POPCNT
#cmakedefine HAS_SSE_41