libxsimd

[full]

Build2 package for xsimd - provides a unified means for using SIMD features for library authors.

Appveyor Azure Documentation Status Join the Gitter Chat

C++ wrappers for SIMD intrinsics

Introduction

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.

... More
license BSD-3-Clause
project libxsimd
url github.com/xtensor-stack/xsimd.git
2 Versions
version 8.0.4
repository https://pkg.cppget.org/1/stable
depends 1; libxtl ?
requires 1; c++14
version 8.0.3
repository https://pkg.cppget.org/1/stable
depends 1; libxtl ?
requires 1; c++14