            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
