simde
simde copied to clipboard
arm wasm: add `vst4_u8` translation to Wasm SIMD
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 .