How to Install and Uninstall libxsimd-dev Package on Kali Linux

Last updated: May 10,2024

1. Install "libxsimd-dev" package

Please follow the steps below to install libxsimd-dev on Kali Linux

$ sudo apt update $ sudo apt install libxsimd-dev

2. Uninstall "libxsimd-dev" package

Please follow the step by step instructions below to uninstall libxsimd-dev on Kali Linux:

$ sudo apt remove libxsimd-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxsimd-dev package on Kali Linux

Package: libxsimd-dev
Source: xsimd
Version: 12.1.1-2
Installed-Size: 1386
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: xtl-dev (>= 0.7.0~)
Suggests: libxsimd-doc
Breaks: libxtensor-dev (<< 0.24~), python3-pythran (<< 0.11~)
Size: 124196
SHA256: aecef1670fdc8646144594bcb2327b43eb1bded39a18ac73d17d44a97c7527d4
SHA1: ff9a1d1583240d7956a5a37e2858a5225c51d231
MD5sum: 20948ec7670e1522516d8e3fb7602277
Description: C++ wrappers for SIMD intrinsics
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.
.
This package provides the header-only library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/xtensor-stack/xsimd
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/x/xsimd/libxsimd-dev_12.1.1-2_amd64.deb