Commit 9f56c7cf026c51f11f53866defd1c1e9c6606c87

Ryan C. Gordon 2022-07-20T16:39:19

audio: Remove 5.1->X SIMD converters, add SSE mono->stereo. The 5.1 versions didn't use the new algorithm, and making that new algorithm work took so many permutes that it was significantly slower than just using the scalar versions. However, mono-to-stereo is an extremely common conversion, and it's trivial to accelerate it with plain SSE, so that was added!