You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Closescharlie-foxtrot#1.