From e0e1382d59bc427bd5113ec4a8dc4d63c3233a0b Mon Sep 17 00:00:00 2001 From: uglyside Date: Mon, 20 Oct 2025 06:06:48 +0300 Subject: [PATCH] add SIMDe headers. --- programming/misc/SIMDe/actions.py | 16 ++++++++++++ programming/misc/SIMDe/pspec.xml | 43 +++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 programming/misc/SIMDe/actions.py create mode 100644 programming/misc/SIMDe/pspec.xml diff --git a/programming/misc/SIMDe/actions.py b/programming/misc/SIMDe/actions.py new file mode 100644 index 0000000000..285a22e8e1 --- /dev/null +++ b/programming/misc/SIMDe/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import mesontools + +def setup(): + mesontools.configure("-Dtests=false") + +def build(): + mesontools.build() + +def install(): + mesontools.install() diff --git a/programming/misc/SIMDe/pspec.xml b/programming/misc/SIMDe/pspec.xml new file mode 100644 index 0000000000..1b0015fbb3 --- /dev/null +++ b/programming/misc/SIMDe/pspec.xml @@ -0,0 +1,43 @@ + + + + + SIMDe + https://github.com/simd-everywhere/simde + + Kamil Atlı + suvari@pisilinux.org + + MIT + programming.misc + 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. + + https://github.com/simd-everywhere/simde/archive/v0.8.2/simde-v0.8.2.tar.gz + + + meson + + + + + + + + SIMDe + + /usr/include + /usr/lib/pkgconfig + + + + + + 2025-10-19 + 0.8.2 + First release. + Kamil Atlı + suvari@pisilinux.org + + +