         MODULE=xsimd
        VERSION=14.3.0
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/xtensor-stack/xsimd/archive/refs/tags/$VERSION.tar.gz
     SOURCE_VFY=sha256:b3d50e7a73fbf4642ceef30131c93414901d69eee41c2a5302db650b03e2c792
       WEB_SITE=https://github.com/QuantStack/xsimd
           TYPE=cmake
        ENTERED=20230105
        UPDATED=20260715
          SHORT="unified methods of single instruction, multiple data"

cat << EOF
SIMD (Single Instruction, Multiple Data) is a feature of microprocessors that
has been available for many years. SIMD instructions perform a single operation
on a batch of values at once, and thus provide a way to significantly accelerate
code execution. However, these instructions differ between microprocessor
vendors and compilers.

xsimd provides a unified means for using these features for library authors.
EOF
