xsimd 13.0.0-1 source package in Ubuntu

Changelog

xsimd (13.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - applies debian patch check_arch_flags_PR1010.patch
  * Standards-Version: 4.7.0

 -- Drew Parsons <email address hidden>  Sat, 25 May 2024 14:50:21 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
xsimd_13.0.0-1.dsc 2.2 KiB 2aa7a5426329beffd67893d6718bd7bd595ead9cdda4a50c13410ef512c0e06e
xsimd_13.0.0.orig.tar.gz 253.9 KiB 8bdbbad0c3e7afa38d88d0d484d70a1671a1d8aefff03f4223ab2eb6a41110a3
xsimd_13.0.0-1.debian.tar.xz 5.3 KiB 788f9f72474635d5a88fdbaf15a78e7ea535c85722939ce0ecf4a7b5977c5812

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.