         MODULE=xsimd
        VERSION=14.1.0
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/xtensor-stack/xsimd/archive/refs/tags/$VERSION.tar.gz
     SOURCE_VFY=sha256:8da77b66214e73565f6111ba494322c853552b7b40cff69779b42e2100eed16f
       WEB_SITE=https://github.com/QuantStack/xsimd
           TYPE=cmake
        ENTERED=20230105
        UPDATED=20260324
          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
