mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
e4a7344fe1
simdutf provides fast Unicode functions for validation and transcoding, using SIMD instructions. It compiles down to a small library of a few hundred kilobytes. Functions are exception-free and non allocating. ok kirill@, jca@
22 lines
635 B
Plaintext
22 lines
635 B
Plaintext
%%tools%%
|
|
include/simdutf/
|
|
include/simdutf.h
|
|
include/simdutf/avx512.h
|
|
include/simdutf/common_defs.h
|
|
include/simdutf/compiler_check.h
|
|
include/simdutf/encoding_types.h
|
|
include/simdutf/error.h
|
|
include/simdutf/implementation.h
|
|
include/simdutf/internal/
|
|
include/simdutf/internal/isadetection.h
|
|
include/simdutf/portability.h
|
|
include/simdutf/simdutf_version.h
|
|
lib/cmake/
|
|
lib/cmake/simdutf/
|
|
lib/cmake/simdutf/simdutf-config-version.cmake
|
|
lib/cmake/simdutf/simdutf-config.cmake
|
|
lib/cmake/simdutf/simdutfTargets${MODCMAKE_BUILD_SUFFIX}
|
|
lib/cmake/simdutf/simdutfTargets.cmake
|
|
@lib lib/libsimdutf.so.${LIBsimdutf_VERSION}
|
|
lib/pkgconfig/simdutf.pc
|