This package browser is in early development. Mind the rough edges.

xsimd 13.2.0

C++ wrappers for SIMD intrinsics and math implementations

xsimd provides a unified means for using SIMD 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.

Installation

Install xsimd 13.2.0 as follows:

guix install xsimd@13.2.0

Or install the latest version:

guix install xsimd

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.