# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.

     |-----handy-ruler------------------------------------------------------|
xsimd: xsimd (C++ wrappers for SIMD intrinsics)
xsimd:
xsimd: SIMD (Single Instruction, Multiple Data) is a feature of
xsimd: microprocessors that has been available for many years. SIMD
xsimd: instructions perform a single operation on a batch of values at once,
xsimd: and thus provide a way to significantly accelerate code execution.
xsimd: xsimd provides a unified means for using these features for library
xsimd: authors.
xsimd:
xsimd: Homepage: https://github.com/xtensor-stack/xsimd
xsimd:
