Tags: cjsatuforc/RTLSDR-Airband
Tags
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 charlie-foxtrot#1.