issues
search
llogiq
/
bytecount
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
Apache License 2.0
225
stars
27
forks
source link
Allow fallback when wasm is specified without SIMD128
#96
Open
cmccall-epilog
opened
5 days ago
cmccall-epilog
commented
5 days ago
Addresses
https://github.com/llogiq/bytecount/issues/94
Put the wasm specific code under an simd128 requirement so that compilation without simd128 function.
Fixed "generic_simd" by changing to generic
-
simd
Addresses https://github.com/llogiq/bytecount/issues/94