xsimd 8.1.0-5 source package in Ubuntu

Changelog

xsimd (8.1.0-5) UNRELEASED; urgency=medium

  * Run autopkgtest on all architectures

 -- Julien Lamy <email address hidden>  Thu, 30 Jun 2022 09:01:13 +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

Downloads

File Size SHA-256 Checksum
xsimd_8.1.0-5.dsc 2.1 KiB ccd3888c75b1acb219ac9193d92d915bc7eecdd5446e3d381ff5565f825031b0
xsimd_8.1.0.orig.tar.gz 185.7 KiB d52551360d37709675237d2a0418e28f70995b5b7cdad7c674626bcfbbf48328
xsimd_8.1.0-5.debian.tar.xz 7.0 KiB 6035db6fd6a342e8a6c55be8661b3b570740d48cbfbf0525848b322c526a04cb

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.