Open Razish opened 9 years ago
thought about passing it via scons based on if 'NO_SSE' in os.environ, but we must also detect if SSE is even supported on this architecture (which won't be the case for ARM, for example)
if 'NO_SSE' in os.environ
thought about passing it via scons based on
if 'NO_SSE' in os.environ
, but we must also detect if SSE is even supported on this architecture (which won't be the case for ARM, for example)