SlackBuildsOrg/libraries/simde
Eugen Wissner 3d8d5017e0
libraries/simde: Updated for version 0.8.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-05-11 08:12:29 +07:00
..
README
simde.info
simde.SlackBuild
slack-desc

Implementations of SIMD instruction sets for systems which don't
natively support them.

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.).