Don't hide -msse and -mfpu=neon checks behind a not-msvc check
commit84eca96dad71ea335af1bcdd8f79f78b4a11b52f
authorChris Robinson <chris.kcat@gmail.com>
Thu, 31 Aug 2017 02:14:59 +0000 (30 19:14 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Tue, 19 Sep 2017 17:05:41 +0000 (19 10:05 -0700)
tree8a0c0f564bd8beeed6962cb1ec59223b1d0a681f
parentbf9c36408af9d45c99bc12b5b7b995aee628bdb6
Don't hide -msse and -mfpu=neon checks behind a not-msvc check

Apparently Clang gets reported as being MSVC on Windows, but still needs the
GCC switches to enable SSE code generation.
CMakeLists.txt