Пакет xsimd: Информация

    Исходный пакет: xsimd
    Версия: 10.0.0-alt1
    Собран:  2 мая 2023 г. 17:02 в задании #318841
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Домашняя страница: https://xsimd.readthedocs.io/

    Лицензия: BSD
    О пакете: C++ wrappers for SIMD intrinsics
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    xsimd-devel (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Anton Farygin

    Список участников:
    Anton Farygin

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

    Последнее изменение


    4 февраля 2023 г. Anton Farygin 10.0.0-alt1
    - 9.0.1 -> 10.0.0
    3 декабря 2022 г. Anton Farygin 9.0.1-alt1
    - first build for ALT, based on specfile from Fedora