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 + + +