Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a71758e8ba194a2dbe18c3d06306a11119ae7b6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a71758e8ba194a2dbe18c3d06306a11119ae7b6d)
  • Date: Wed, 1 Nov 2023 10:07:00 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
libs/x86-simd-sort/CONFIGURE | 1 +
libs/x86-simd-sort/DEPENDS | 3 +++
libs/x86-simd-sort/DETAILS | 18 ++++++++++++++++++
libs/x86-simd-sort/HISTORY | 4 ++++
5 files changed, 29 insertions(+)

New commits:
commit a71758e8ba194a2dbe18c3d06306a11119ae7b6d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

add x86-simd-sort-4.0

diff --git a/ChangeLog b/ChangeLog
index 7ad2a69..8ffa470 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/x86-simd-sort: added
+
2023-10-31 Treeve Jelbert <treeve AT sourcemage.org>
* utils/ddcutil: added, query and chnnge monitor settings

diff --git a/libs/x86-simd-sort/CONFIGURE b/libs/x86-simd-sort/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/libs/x86-simd-sort/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/libs/x86-simd-sort/DEPENDS b/libs/x86-simd-sort/DEPENDS
new file mode 100755
index 0000000..f1c1336
--- /dev/null
+++ b/libs/x86-simd-sort/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/MESON_DEPENDS
+#optional_depends "something" "yes-flags" "no-flags" "what for"
+
diff --git a/libs/x86-simd-sort/DETAILS b/libs/x86-simd-sort/DETAILS
new file mode 100755
index 0000000..38d2616
--- /dev/null
+++ b/libs/x86-simd-sort/DETAILS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=x86-simd-sort
+ VERSION=4.0
+
SOURCE_HASH=sha512:2e95f026515f5616a43dfdb8d2b6a0e6da3027b74bb8e21db5f7db6710cb7bf290ab147a117093fd7bfba66de6c4c0fcfde16fbe8278bd4966031662bff34ba8
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/intel/x86-simd-sort
+ SOURCE_URL[0]=$WEB_SITE//archive/refs/tags/v$VERSION.tar.gz
+ LICENSE[0]=GPL
+ ENTERED=20231101
+ KEYWORDS=""
+ SHORT="high performance SIMD based sorting"
+cat << EOF
+C++ template library for high performance SIMD based sorting routines
+for 16-bit, 32-bit and 64-bit data types.
+The sorting routines are accelerated using AVX-512/AVX2 when available.
+The library auto picks the best version depending on the processor it is run
on.
+EOF
diff --git a/libs/x86-simd-sort/HISTORY b/libs/x86-simd-sort/HISTORY
new file mode 100644
index 0000000..a503216
--- /dev/null
+++ b/libs/x86-simd-sort/HISTORY
@@ -0,0 +1,4 @@
+2023-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a71758e8ba194a2dbe18c3d06306a11119ae7b6d), Treeve Jelbert, 11/01/2023

Archive powered by MHonArc 2.6.24.

Top of Page