Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement SSE detection in a more portable way
gcc versions older than 4.8 are still common in the field and they do not support __builtin_cpu_supports() function. Switched to old-style inline asm macro for some time. Closes #1.
- Loading branch information