mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
e73a7778a0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
410 B
Text
8 lines
410 B
Text
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.).
|