Mon, 13 May 2024 07:55:22 UTC | login

Information for build xsimd-7.2.3-4.fc31

ID119699
Package Namexsimd
Version7.2.3
Release4.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/xsimd.git#68ca3f3a661fc18268037433a0dc10bcc6c7f10d
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
StartedSat, 21 Sep 2019 23:27:20 UTC
CompletedSun, 22 Sep 2019 00:09:24 UTC
Taskbuild (f31-candidate, /rpms/xsimd.git:68ca3f3a661fc18268037433a0dc10bcc6c7f10d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/xsimd.git#68ca3f3a661fc18268037433a0dc10bcc6c7f10d'}}
Tags No tags
RPMs No RPMs
Changelog * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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