SIMDe-0.8.2

Introduction to 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.

SIMDe Dependencies

Installation of SIMDe

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

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: /usr/include/simde