hardware/simde

Implementations of SIMD instruction sets
Directory:
hardware/simde (package's history)
Package version:
simde-0.8.0
Home page:
https://github.com/simde/
License:
mit
Source archive:
-https://github.com/simd-everywhere/simde/archive/v0.8.0.tar.gzsimde-v0.8.0.tar.gz
Description:
The SIMDe header-only library provides fast, portable implementations of SIMD intrinsics on hardware which doesn't natively support them, such as calling SSE functions on ARM. There is no performance penalty if the hardware supports the native implementation (e.g., SSE/AVX runs at full speed on x86, NEON on ARM, etc.).
Run dependencies:
libstdc++
Build dependencies:
digest>=20080510, g++>=3, gcc>=3, install-sh, pax, pkg_install>=20110805.12, tnftp>=20130505~ssl
General options:
debug
Produce debugging information for binary programs
c++-compiler alternatives:
g++
Use the GNU C++ compiler
clang++
Use the LLVM C++ compiler
ccache-g++
Use ccache and the GNU C++ compiler
ccache-clang++
Use ccache and the LLVM C++ compiler
c-compiler alternatives:
gcc
Use the GNU C compiler
clang
Use the LLVM C compiler
ccache-gcc
Use ccache and the GNU C compiler
ccache-clang
Use ccache and the LLVM C compiler