xsimd 8.1.0-7 source package in Ubuntu

Changelog

xsimd (8.1.0-7) unstable; urgency=medium

  * Mark as incompatible with pythran < 0.11

 -- Julien Lamy <email address hidden>  Mon, 11 Jul 2022 09:26:15 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
xsimd_8.1.0-7.dsc 2.1 KiB 18f69494688ba2dada0fa5949204e7a8096bf83230990abb4822070b96d5d619
xsimd_8.1.0.orig.tar.gz 185.7 KiB d52551360d37709675237d2a0418e28f70995b5b7cdad7c674626bcfbbf48328
xsimd_8.1.0-7.debian.tar.xz 7.0 KiB 3f7de32d7645d7a52399d80dcda4805e458f3ef3b0d90faa5327f9423bdc0f81

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.