xsimd 10.0.0-3 source package in Ubuntu

Changelog

xsimd (10.0.0-3) unstable; urgency=medium

  * Team upload.
  * upload xsimd 10 to unstable (xtl 0.7.5 now available)

 -- Drew Parsons <email address hidden>  Mon, 25 Sep 2023 10:40:07 +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_10.0.0-3.dsc 2.1 KiB a1cd2967035588fde4c7cc11d9518bd496605bbcdf074c1286158707ae791e5a
xsimd_10.0.0.orig.tar.gz 207.1 KiB 73f818368b3a4dad92fab1b2933d93694241bd2365a6181747b2df1768f6afdd
xsimd_10.0.0-3.debian.tar.xz 4.9 KiB 137a3e3bf72553537a8c4b7b6648e06ef6407231301283c231b67730bfec276c

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.