simdutf8
simdutf8 copied to clipboard
Add portable simd (core::simd) implementation
This adds a core::simd (rusts portable simd) implementation, since that is a nightly-only feature, it is guarded behind the portable feature flag.