android-riscv64 icon indicating copy to clipboard operation
android-riscv64 copied to clipboard

external/flac/: need V optimization

Open enh-google opened this issue 2 years ago • 4 comments

external/flac/ has optimized code (using intrinsics rather than in .S files) for all the other architectures. we'll likely want something for risc-v's V extension.

enh-google avatar Feb 01 '23 22:02 enh-google

(waiting on ownership to be reflected here, but a Googler is working on this)

rbosetti avatar Jul 20 '23 14:07 rbosetti

Feel free to assign this one over to me

gkalsi avatar Jul 20 '23 17:07 gkalsi

(done)

enh-google avatar Jul 20 '23 17:07 enh-google

I have a PR for this pending: https://github.com/xiph/flac/pull/642

gkalsi avatar Aug 09 '23 02:08 gkalsi