Package xsimd: Information

    Source package: xsimd
    Version: 9.0.1-alt1.E2K.3
    Build time:  Nov 28, 2023, 09:09 PM
    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 (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Michael Shigorin

    List of contributors:
    Michael Shigorin
    Anton Farygin

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

    Last changed


    Nov. 2, 2023 Michael Shigorin 9.0.1-alt1.E2K.3
    - xsimd.pc.in: *fix* it with a sed patch
    Nov. 2, 2023 Michael Shigorin 9.0.1-alt1.E2K.2
    - xsimd.pc.in: fix Variable 'exec_prefix' not defined' error
      (thx Andrey Firsov)
    Nov. 2, 2023 Michael Shigorin 9.0.1-alt1.E2K.1
    - E2K: lcc 1.26 workarounds (mcst#8418, #8419)