simd

Crates.iosimd
lib.rssimd
version0.2.5
created_at2015-01-09 01:15:39.889574+00
updated_at2025-08-05 07:30:34.546812+00
descriptionOBSOLETE: See `core::simd` instead.
homepage
repositoryhttps://github.com/hsivonen/simd
max_upload_size
id744
size226,745
ulms (github:foxford:ulms)

documentation

https://docs.rs/simd/

README

simd

This crate is OBSOLETE. It no londer builds as of Rust 1.33 nightly due to the removal of compiler features that this crates depends on. See core::simd instead (nightly-only as of 2025-08-05). On ARMv7, be sure to check the status of a performance regression relative to this crate.

simd offers a basic interface to the SIMD functionality of CPUs. (Note: Even prior to Rust 1.33, this crate fails to build unless the target is aarch64, x86_64, i686 (i.e. SSE2 enabled; not i586) or an ARMv7 target (thumb or not) with NEON enabled.)

Documentation

Commit count: 0

cargo fmt