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.33k stars 242 forks source link

arm wasm: add `vst4_u8` translation to Wasm SIMD #1209

Closed wrv closed 6 days ago

wrv commented 3 weeks ago

This PR translates vst4_u8 to Wasm SIMD. We change the header to match the Arm vmovl Wasm translations: https://github.com/simd-everywhere/simde/blob/master/simde/arm/neon/movl.h#L43 .