mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
2aa7dc2652
SSE2 optimizations are used by default on 64-bit platforms. By no longer explicitly enabling SSE2 on 64-bit GCC, we can more easily enable other optimizations (e.g. AVX) without worrying about them being overridden by the SSE2 flags.