blob: 209f876cb58376aaa7c077498050d8d6ea429c5c [file] [log] [blame]
/*!
Vector algorithms for the `wasm32` target.
*/
pub mod simd128;
pub(crate) mod memchr;