cloudflare / sliceslice-rs

A fast implementation of single-pattern substring search using SIMD acceleration.
MIT License
90 stars 16 forks source link

Don't enable `stdsimd` feature on aarch64 since intrinsics are now stable #64

Closed marmeladema closed 2 years ago

marmeladema commented 2 years ago

wasm32 tests are failing because of https://github.com/bytecodealliance/wasmtime/issues/3851