is_utf8 icon indicating copy to clipboard operation
is_utf8 copied to clipboard

Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and AVX-512.

Results 1 is_utf8 issues
Sort by recently updated
recently updated
newest added

Anyone know if this can be compiled (whether as an executable or a library) into properly functioning web assembly using [emscripten](https://emscripten.org/docs/porting/simd.html) (or other wasm compiler) and if so, whether any...