ValveSoftware / steam-audio

Steam Audio
https://valvesoftware.github.io/steam-audio/
Apache License 2.0
2.2k stars 152 forks source link

Add support for AVX on Linux #327

Closed JJL772 closed 3 months ago

JJL772 commented 3 months ago

Allows IPL_ENABLE_FLOAT8 to work on Linux. Uses __attribute__((target("avx"))) to avoid enabling -mavx globally.

I've only tested this on Linux in a limited capacity so far