The simdutf package contains a library used for processing Unicode characters with SIMD optimizations. This includes the SSE2 and AVX2 instruction sets and more.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://github.com/simdutf/simdutf/archive/v9.0.0/simdutf-9.0.0.tar.gz
Download MD5 sum: a20af35e2a7c9737d97b7beae96e7146
Download size: 2.4 MB
Estimated disk space required: 44 MB
Estimated build time: 0.3 SBU (add 1.1 SBU for tests)
Install simdutf by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
-G Ninja .. &&
ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install