google / android-riscv64

Issues and discussions around RISC-V support in AOSP.
Apache License 2.0
205 stars 13 forks source link

external/flac/: need V optimization #29

Open enh-google opened 1 year ago

enh-google commented 1 year ago

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.

rbosetti commented 1 year ago

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

gkalsi commented 1 year ago

Feel free to assign this one over to me

enh-google commented 1 year ago

(done)

gkalsi commented 1 year ago

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