xsimd 12.1.1-2 source package in Ubuntu

Changelog

xsimd (12.1.1-2) unstable; urgency=medium

  * Team upload.
  * debian/tests: disable clang tests on ppc64el
    (upstream issue #999)

 -- Drew Parsons <email address hidden>  Sat, 27 Jan 2024 19:52:14 +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-2.dsc 2.2 KiB 2898a49163f2c5faacd290caffcd034efd1ecf86254cf9439302358bbdc75086
xsimd_12.1.1.orig.tar.gz 247.2 KiB 73f94a051278ef3da4533b691d31244d12074d5d71107473a9fd8d7be15f0110
xsimd_12.1.1-2.debian.tar.xz 5.3 KiB f7d39c03bf7d40d4618a403eaec129185485d6af80c1cc81fd70c5ade5333d9b

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.