Skip to content

Tags: cjsatuforc/RTLSDR-Airband

Tags

v2.0.1

Toggle v2.0.1's commit message
Version 2.0.1

v2.0.0

Toggle v2.0.0's commit message
Version 2.0.0

v1.0.0

Toggle v1.0.0's commit message
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.