summaryrefslogtreecommitdiffstats
path: root/libraries/simde/README
diff options
context:
space:
mode:
author Eugen Wissner2024-03-19 05:59:34 +0100
committer Willy Sudiarto Raharjo2024-03-19 06:54:22 +0100
commite73a7778a089deac50527a69b0df4e94e8f9ce46 (patch)
tree06c12fc21c52359d9ca2bdcb6711566db6c8e03f /libraries/simde/README
parentef686cc0c93ca7bf66be082eca5dfc6bb3426862 (diff)
downloadslackbuilds-e73a7778a089deac50527a69b0df4e94e8f9ce46.tar.gz
libraries/simde: Added (Implementations of SIMD).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/simde/README')
-rw-r--r--libraries/simde/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/simde/README b/libraries/simde/README
new file mode 100644
index 0000000000..f8906793b5
--- /dev/null
+++ b/libraries/simde/README
@@ -0,0 +1,8 @@
+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.).