The simdutf package contains a library used for processing Unicode characters with SIMD optimizations. This includes the SSE2 and AVX2 instruction sets and more.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/simdutf/simdutf/archive/v7.7.0/simdutf-7.7.0.tar.gz
Download MD5 sum: 4859f3d8f2fb4156f2f15457f83c2f2c
Download size: 2.1 MB
Estimated disk space required: 79 MB
Estimated build time: 0.7 SBU (add 1.0 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