sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (58007f115f7955b2f79df68f345e833e23730011)
- From: Ismael Luceno <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (58007f115f7955b2f79df68f345e833e23730011)
- Date: Tue, 11 Aug 2026 02:20:54 +0000
GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:
ChangeLog | 3 +++
libs/simde/DETAILS | 19 +++++++++++++++++++
libs/simde/HISTORY | 2 ++
libs/simde/INSTALL | 3 +++
4 files changed, 27 insertions(+)
New commits:
commit 58007f115f7955b2f79df68f345e833e23730011
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
simde: new spell, header-only library of portable SIMD intrinsics
diff --git a/ChangeLog b/ChangeLog
index dde776f..19a2cdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2026-08-11 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/simde: new spell, header-only library of portable SIMD
intrinsics
+
2026-08-09 Ismael Luceno <ismael AT sourcemage.org>
* devel/iaito-r2ghidra: new spell, Ghidra decompiler plugin for
iaito
diff --git a/libs/simde/BUILD b/libs/simde/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/libs/simde/DETAILS b/libs/simde/DETAILS
new file mode 100755
index 0000000..139d020
--- /dev/null
+++ b/libs/simde/DETAILS
@@ -0,0 +1,19 @@
+# Watch: https://github.com/simd-everywhere/simde-no-tests/tags
+ SPELL=simde
+ VERSION=0.8.2
+ SOURCE=simde-no-tests-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/simd-everywhere/simde-no-tests/archive/refs/tags/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:e9d1d42131cea59f978d2ca26e751b7aa4770fe7ddea7086a2704e569f5602e7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/simde-no-tests-${VERSION}"
+ WEB_SITE=https://simd-everywhere.github.io/
+ LICENSE[0]=MIT
+ ENTERED=20260811
+ KEYWORDS="libs simd"
+ SHORT="header-only library of portable SIMD intrinsics"
+cat << HERE
+SIMDe (SIMD Everywhere) is a header-only C/C++ library providing fast,
+portable implementations of SIMD intrinsics (SSE, AVX, NEON, AltiVec,
+WASM SIMD, etc.) on hardware that doesn't natively support them. It
+lets code written against one ISA's intrinsics build and run correctly
+on other architectures, without a per-arch rewrite.
+HERE
diff --git a/libs/simde/HISTORY b/libs/simde/HISTORY
new file mode 100644
index 0000000..a73f031
--- /dev/null
+++ b/libs/simde/HISTORY
@@ -0,0 +1,2 @@
+2026-08-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created, version 0.8.2
diff --git a/libs/simde/INSTALL b/libs/simde/INSTALL
new file mode 100755
index 0000000..cd78520
--- /dev/null
+++ b/libs/simde/INSTALL
@@ -0,0 +1,3 @@
+for i in . */; do
+ install -v -m444 -Dt "${INSTALL_ROOT}/usr/include/simde/$i" "$i"/*.h
+done
- [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (58007f115f7955b2f79df68f345e833e23730011), Ismael Luceno, 08/10/2026
Archive powered by MHonArc 2.6.24.