How to Install and Uninstall xsimd-devel.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "xsimd-devel.i686" package

Please follow the step by step instructions below to install xsimd-devel.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install xsimd-devel.i686

2. Uninstall "xsimd-devel.i686" package

This guide let you learn how to uninstall xsimd-devel.i686 on Fedora 34:

$ sudo dnf remove xsimd-devel.i686 $ sudo dnf autoremove

3. Information about the xsimd-devel.i686 package on Fedora 34

Last metadata expiration check: 5:06:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : xsimd-devel
Version : 7.4.9
Release : 2.fc34
Architecture : i686
Size : 118 k
Source : xsimd-7.4.9-2.fc34.src.rpm
Repository : fedora
Summary : C++ wrappers for SIMD intrinsics
URL : https://xsimd.readthedocs.io/
License : BSD
Description : 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.