8 lines
92 B
Rust
8 lines
92 B
Rust
/*!
|
|
Vector algorithms for the `wasm32` target.
|
|
*/
|
|
|
|
pub mod simd128;
|
|
|
|
pub(crate) mod memchr;
|