Package xsimd: Information

Source package: xsimd
Version: 9.0.1-alt1
Latest version according to Repology
Build time:  Dec 3, 2022, 08:48 PM in the task #311141
Category: Development/C++
Report package bug
License: BSD
Summary: C++ wrappers for SIMD intrinsics
Description: 
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.

List of rpms provided by this srpm:
xsimd-devel (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Anton Farygin

List of contributors:
Anton Farygin

ACL:
Anton Farygin
@everybody

    1. cmake
    2. gcc-c++
    3. libgtest-devel

Last changed


Dec. 3, 2022 Anton Farygin 9.0.1-alt1
- first build for ALT, based on specfile from Fedora