simd-everywhere / simde

Implementations of SIMD instruction sets for systems which don't natively support them.
https://simd-everywhere.github.io/blog/
MIT License
2.35k stars 244 forks source link

arm: improve performance in vqadd and vmvn in risc-v #1183

Closed zengdage closed 4 months ago

zengdage commented 4 months ago

use risc-v vector instrinsic to implement vqadd_xx and vmvn_xxx.