Razish / xsngine

C++/SDL2/OpenGL engine for low latency games
MIT License
11 stars 6 forks source link

Add: SSE detection #45

Open Razish opened 9 years ago

Razish commented 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)