xsimd 12.1.1-3build1 source package in Ubuntu

Changelog

xsimd (12.1.1-3build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:51:54 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
xsimd_12.1.1.orig.tar.gz 247.2 KiB 73f94a051278ef3da4533b691d31244d12074d5d71107473a9fd8d7be15f0110
xsimd_12.1.1-3build1.debian.tar.xz 5.9 KiB 2729e736d4c06445a73ec095cb7983f1d53b95809451bff3c64414542b56e520
xsimd_12.1.1-3build1.dsc 2.3 KiB 89e049b3c3ec661958f50c51bacda96608e712186281a2257ab18e567ead5fa0

View changes file

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.