Andrew Clemons e4f4264aef academic/xsimd: Fix 32bit build. 2 年之前
..
6f6b2fa82b8a0cf24ac50899a6d53cd9fd329d2b.patch e4f4264aef academic/xsimd: Fix 32bit build. 2 年之前
README 2ddf50ccd0 academic/xsimd: Added (C++ wrappers for SIMD intrinsics) 2 年之前
slack-desc 2ddf50ccd0 academic/xsimd: Added (C++ wrappers for SIMD intrinsics) 2 年之前
xsimd.SlackBuild e4f4264aef academic/xsimd: Fix 32bit build. 2 年之前
xsimd.info 2373e38e59 academic/xsimd: Updated for version 8.1.0. 2 年之前

README

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. Namely, it enables manipulation of batches of numbers with
the same arithmetic operators as for single values. It also provides
accelerated implementation of common mathematical functions operating
on batches.