Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement SIMD detection on macOS-gcc; complain if no SIMD detection
Change SIMD detection to instead check for compilers with __get_cpuid. Verified that this compiles and runs on macOS El Capitan with homebrew gcc. Also added an #error if SIMD checking is missing. Compilers that have no SIMD should make that explicit. [sw: Merged original commits and slightly polished the commit message] [sw: Removed test for __MINGW32__ which is no longer needed] Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information