How to Install and Uninstall xsimd-devel.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "xsimd-devel.x86_64" package

This guide covers the steps necessary to install xsimd-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "xsimd-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall xsimd-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the xsimd-devel.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:07:49 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : xsimd-devel
Version : 8.0.5
Release : 2.el8
Architecture : x86_64
Size : 106 k
Source : xsimd-8.0.5-2.el8.src.rpm
Repository : epel
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.