On 32-bit targets with SSE, enable SSE/SSE2 codegen by default
commitd117a5209f390dfe97e072fa9665fdbf449828f5
authorChris Robinson <chris.kcat@gmail.com>
Mon, 16 Jul 2018 15:41:56 +0000 (16 08:41 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 16 Jul 2018 15:41:56 +0000 (16 08:41 -0700)
tree56d772b1f67b1925a451c6e1552ebcd430a2c50b
parented1f1d2bf331110ab6cc55797272eeb968760048
On 32-bit targets with SSE, enable SSE/SSE2 codegen by default

Two new CMake options are available for 32-bit targets that accept -msse:
ALSOFT_ENABLE_SSE_CODEGEN and ALSOFT_ENABLE_SSE2_CODEGEN, which default to
TRUE. This should not affect MSVC, which already defaults to SSE2 codegen.
CMakeLists.txt