diff options
Diffstat (limited to 'vendor/memchr/src/arch/wasm32/simd128/mod.rs')
-rw-r--r-- | vendor/memchr/src/arch/wasm32/simd128/mod.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/memchr/src/arch/wasm32/simd128/mod.rs b/vendor/memchr/src/arch/wasm32/simd128/mod.rs new file mode 100644 index 0000000..b55d1f0 --- /dev/null +++ b/vendor/memchr/src/arch/wasm32/simd128/mod.rs @@ -0,0 +1,6 @@ +/*! +Algorithms for the `wasm32` target using 128-bit vectors via simd128. +*/ + +pub mod memchr; +pub mod packedpair; |