How to Install and Uninstall xsimd-devel.x86_64 Package on Fedora 38
Last updated: January 17,2025
1. Install "xsimd-devel.x86_64" package
This is a short guide on how to install xsimd-devel.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
xsimd-devel.x86_64
Copied
2. Uninstall "xsimd-devel.x86_64" package
This guide covers the steps necessary to uninstall xsimd-devel.x86_64 on Fedora 38:
$
sudo dnf remove
xsimd-devel.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the xsimd-devel.x86_64 package on Fedora 38
Last metadata expiration check: 3:05:43 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : xsimd-devel
Version : 10.0.0
Release : 2.fc38
Architecture : x86_64
Size : 130 k
Source : xsimd-10.0.0-2.fc38.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.
Available Packages
Name : xsimd-devel
Version : 10.0.0
Release : 2.fc38
Architecture : x86_64
Size : 130 k
Source : xsimd-10.0.0-2.fc38.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.