SlackBuilds Repository

15.0 > Academic > xsimd (11.1.0)

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.

This requires: doctest

Maintained by: Jeremy Hansen
Keywords: C++,SIMD,math
ChangeLog: xsimd

Homepage:
https://github.com/QuantStack/xsimd

Source Downloads:
xsimd-11.1.0.tar.gz (29ffd841d6491fddfbfaedeffc637f02)

Download SlackBuild:
xsimd.tar.gz
xsimd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
xsimd.SlackBuild
xsimd.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds