Mon, 13 May 2024 18:58:24 UTC | login

Information for build xsimd-7.2.3-3.fc31

ID106989
Package Namexsimd
Version7.2.3
Release3.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/xsimd.git#d8bd0b6c0b9ee13ac1bd4e66a9bab3864fa8b269
SummaryC++ wrappers for SIMD intrinsics
DescriptionSIMD (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.
Built bydavidlt
State failed
Volume DEFAULT
StartedSun, 28 Jul 2019 12:40:09 UTC
CompletedSun, 28 Jul 2019 13:22:26 UTC
Taskbuild (f31-candidate, /rpms/xsimd.git:d8bd0b6c0b9ee13ac1bd4e66a9bab3864fa8b269)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/xsimd.git#d8bd0b6c0b9ee13ac1bd4e66a9bab3864fa8b269'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jul 04 2019 Miro Hrončok <mhroncok@redhat.com> - 7.2.3-3 - Allow all architectures * Wed Jul 03 2019 Miro Hrončok <mhroncok@redhat.com> - 7.2.3-2 - Apply upstream workaround for armv7 - Reenable tests (commented out by mistake) * Fri Jun 28 2019 Miro Hrončok <mhroncok@redhat.com> - 7.2.3-1 - Initial package