xsimd 7.6.0-2 source package in Ubuntu

Changelog

xsimd (7.6.0-2) unstable; urgency=medium

  * Fix failing autopkgtest on i386 (Closes: #994169)

 -- Julien Lamy <email address hidden>  Thu, 28 Oct 2021 07:54:28 +0200

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
xsimd_7.6.0-2.dsc 2.1 KiB 5d5106243b8fa69242b8eaed35a142b7e431ee940837b8c14e6ddd08a2ae54a1
xsimd_7.6.0.orig.tar.gz 203.8 KiB eaf47f1a316ef6c3287b266161eeafc5aa61226ce5ac6c13502546435b790252
xsimd_7.6.0-2.debian.tar.xz 4.1 KiB bf2fe6ff801016dd170b47d1bba0504d2830533e320c863630524c9277ffda5f

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.