summaryrefslogtreecommitdiffstats
path: root/vendor/memchr/src/arch/wasm32/simd128/mod.rs
blob: b55d1f07b074060395815e4d8865d84006b8c7f5 (plain)
1
2
3
4
5
6
/*!
Algorithms for the `wasm32` target using 128-bit vectors via simd128.
*/

pub mod memchr;
pub mod packedpair;