Fri, 26 Apr 2024 22:23:04 UTC | login

Information for build xsimd-7.4.6-1.fc33

ID152781
Package Namexsimd
Version7.4.6
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/xsimd.git#bcd2e5d687a49a3b49df2dc177d4533bc6a58531
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
StartedTue, 09 Jun 2020 05:45:25 UTC
CompletedTue, 09 Jun 2020 06:06:39 UTC
Taskbuild (f33, /rpms/xsimd.git:bcd2e5d687a49a3b49df2dc177d4533bc6a58531)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/xsimd.git#bcd2e5d687a49a3b49df2dc177d4533bc6a58531'}}
Tags No tags
RPMs No RPMs
Changelog * 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