Contents
Installed Programs:
None
Installed Libraries:
None
Installed Directories:
/usr/include/simde
The SIMDe (SIMD Everywhere) package provides a header-only library implementing portable SIMD intrinsics for hardware that doesn't support them. An example is SSE on ARM, SIMDe can come in and provide those extensions on ARM.
Prepare the installation of SIMDe by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D tests=false \
..
Now, as the root user:
ninja install