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.
- Outputs:
out
- Website: https://github.com/xtensor-stack/xsimd
- Licenses: Modified BSD
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
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.