xsimd 12.1.1-1 source package in Ubuntu

Changelog

xsimd (12.1.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - armhf was giving neon trouble with v11, so try again with v12
    - applies debian patch batch_bool_PR973.patch
  * build armhf tests with -mfpu=vfpv3 to ensure neon is not invoked.
    See https://github.com/llvm/llvm-project/issues/30190
    cf. upstream issue #889. (note, this fails with v11)

 -- Drew Parsons <email address hidden>  Sat, 20 Jan 2024 19:57:11 +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-1.dsc 2.2 KiB 5aeaaa8c79f23a3133753613e240066afc707e5991c191c08b0722f5daecdfb4
xsimd_12.1.1.orig.tar.gz 247.2 KiB 73f94a051278ef3da4533b691d31244d12074d5d71107473a9fd8d7be15f0110
xsimd_12.1.1-1.debian.tar.xz 5.2 KiB b0b6aafded062889add710cecb608d68df967a49b8729596647d4ffa0642cc05

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.