xsimd 12.1.1-3 source package in Ubuntu

Changelog

xsimd (12.1.1-3) unstable; urgency=medium

  * Team upload.
  * debian patch check_arch_flags_PR1010.patch applies upstream PR1010
    to check arch flag support. Enables clang tests on ppc64el.

 -- Drew Parsons <email address hidden>  Tue, 19 Mar 2024 21:20:10 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xsimd_12.1.1-3.dsc 2.2 KiB 1e42a93714faeb22e0a657d0e968a1d1c756cac96faa39f8692122bd448e0663
xsimd_12.1.1.orig.tar.gz 247.2 KiB 73f94a051278ef3da4533b691d31244d12074d5d71107473a9fd8d7be15f0110
xsimd_12.1.1-3.debian.tar.xz 5.8 KiB 1c4cc7894242ee677cc185985e93674cbd1989952971e392c96f8efbf6490b76

Available diffs

No changes file available.

Binary packages built by this source

libxsimd-dev: 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.
 .
 This package provides the header-only library.

libxsimd-doc: Documentation for xsimd

 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 package provides the documentation.