英雄帖:Investigate SIMD optimization for SoundTouch #52
Labels
AREA: Arch optimization
Architecture-specific enablement or optimization (e.g. addition of LoongArch SIMD codepaths)
英雄帖
Volunteers welcome!
Repo: https://codeberg.org/soundtouch/soundtouch
This library is used by Firefox to handle audio time-stretching for
<video>
or<audio>
elements. It is not bottle-necking video playback but some functions from it do show up inperf top
measurements when I watch a video on Bilibili with 2x playback rate for example.Example
perf top
output on 3A6000:Feel free to investigate whether hand-written SIMD optimization or generic auto-vectorization would help. (In my case the hottest function was not utilizing LoongArch SIMD but my compiler flag is just
-O2
so I'm not excluding the possibility that a simple change to-O3
would solve it.)The text was updated successfully, but these errors were encountered: