xsimd 10.0.0-ok1 source package in openKylin

Changelog

xsimd (10.0.0-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- rtlhq <nobelxyz@163.com>  Mon, 30 Jan 2023 21:15:52 +0800

Upload details

Uploaded by:
rtlhq
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
openKylin KDE SIG
Architectures:
any all
Section:
science
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main science
Yangtze V1.0 proposed main science

Downloads

File Size SHA-256 Checksum
xsimd_10.0.0.orig.tar.gz 207.1 KiB 73f818368b3a4dad92fab1b2933d93694241bd2365a6181747b2df1768f6afdd
xsimd_10.0.0-ok1.debian.tar.xz 4.2 KiB 4be134780f230d3ff31ea6f6e7d648bac0b18d429e39fbbd143f798abe1a0539
xsimd_10.0.0-ok1.dsc 1.9 KiB 0dd3dd32b77bd9dec71413aa650d3fc20e7cf27d5a2c1a71100f773d43876eed

View changes file

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.