Don't hide -msse and -mfpu=neon checks behind a not-msvc check
commit653edd4b02ce9ea7eaf49a51be0b27c18cd3db63
authorChris Robinson <chris.kcat@gmail.com>
Thu, 31 Aug 2017 02:14:59 +0000 (30 19:14 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 31 Aug 2017 02:14:59 +0000 (30 19:14 -0700)
tree4e9b3aaa22c5a1b8a9b23956b1d413bc9f3a2d37
parent0b0ae75ccf684f850f9112dbf17072b0c22da5f6
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