sonic-simd 0.1.4

Portable SIMD API for sonic-rs
Documentation
1
2
3
4
5
6
7
8
9

# sonic_simd

A portable SIMD library that provides low-level APIs for x86, ARM, wasm. Other platforms will use the fallback scalar implementation.

TODO:

- [x] support WASM.
- [ ] support RISC-V.