Thu, 25 Apr 2024 12:51:14 UTC | login

Information for build xsimd-7.4.6-2.fc33

ID184726
Package Namexsimd
Version7.4.6
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/xsimd.git#0cdf90e72f0ed011c54d236d7945ca29ec34fbce
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
StartedFri, 07 May 2021 19:31:22 UTC
CompletedFri, 07 May 2021 19:49:05 UTC
Taskbuild (f33, /rpms/xsimd.git:0cdf90e72f0ed011c54d236d7945ca29ec34fbce)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/xsimd.git#0cdf90e72f0ed011c54d236d7945ca29ec34fbce'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 16 2020 sguelton@redhat.com - 7.4.6-1 - Update to latest version * 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