How to Install and Uninstall sleef.i686 Package on Fedora 36
Last updated: January 16,2025
1. Install "sleef.i686" package
Here is a brief guide to show you how to install sleef.i686 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
sleef.i686
Copied
2. Uninstall "sleef.i686" package
Please follow the steps below to uninstall sleef.i686 on Fedora 36:
$
sudo dnf remove
sleef.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the sleef.i686 package on Fedora 36
Last metadata expiration check: 1:16:10 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : sleef
Version : 3.5.1
Release : 16.fc36
Architecture : i686
Size : 934 k
Source : sleef-3.5.1-16.fc36.src.rpm
Repository : fedora
Summary : Vectorized math library
URL : https://sleef.org
License : Boost
Description : SLEEF stands for SIMD Library for Evaluating Elementary Functions. It
: implements vectorized versions of all C99 real floating point math functions.
: It can utilize SIMD instructions that are available on modern processors. SLEEF
: is designed to efficiently perform computation with SIMD instructions by
: reducing the use of conditional branches and scatter/gather memory access.
:
: The library contains implementations of all C99 real FP math functions in
: double precision and single precision. Different accuracy of the results can be
: chosen for a subset of the elementary functions; for this subset there are
: versions with up to 1 ULP error (which is the maximum error, not the average)
: and even faster versions with a few ULPs of error. For non-finite inputs and
: outputs, the functions return correct results as specified in the C99 standard.
Available Packages
Name : sleef
Version : 3.5.1
Release : 16.fc36
Architecture : i686
Size : 934 k
Source : sleef-3.5.1-16.fc36.src.rpm
Repository : fedora
Summary : Vectorized math library
URL : https://sleef.org
License : Boost
Description : SLEEF stands for SIMD Library for Evaluating Elementary Functions. It
: implements vectorized versions of all C99 real floating point math functions.
: It can utilize SIMD instructions that are available on modern processors. SLEEF
: is designed to efficiently perform computation with SIMD instructions by
: reducing the use of conditional branches and scatter/gather memory access.
:
: The library contains implementations of all C99 real FP math functions in
: double precision and single precision. Different accuracy of the results can be
: chosen for a subset of the elementary functions; for this subset there are
: versions with up to 1 ULP error (which is the maximum error, not the average)
: and even faster versions with a few ULPs of error. For non-finite inputs and
: outputs, the functions return correct results as specified in the C99 standard.