7ef3048 No Issue - Only explicitly enforce GCC SSE2 optimizations when building on Intel 32-bit architectures

Authored and Committed by trav90 4 months ago
    No Issue - Only explicitly enforce GCC SSE2 optimizations when building on Intel 32-bit architectures
    
    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.