          MODULE=simde
         VERSION=0.8.2
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/simd-everywhere/simde/archive/refs/tags/v${VERSION}.tar.gz
      SOURCE_VFY=sha256:ed2a3268658f2f2a9b5367628a85ccd4cf9516460ed8604eed369653d49b25fb
        WEB_SITE=https://simd-everywhere.github.io/blog/
            TYPE=meson
         ENTERED=20241216
         UPDATED=20241216
           SHORT="Implementations of SIMD instruction sets"

cat << EOF
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.).
EOF
