#interface #cpu #data-parallel #offers #nightly #x86-64 #aarch64

nightly simd

simd offers limited cross-platform access to SIMD instructions on CPUs, as well as raw interfaces to platform-specific instructions. (To be obsoleted by the std::simd implementation RFC 2366.)

10 releases

Uses old Rust 2015

0.2.4 Jan 23, 2019
0.2.3 Oct 4, 2018
0.2.2 May 2, 2018
0.2.1 Dec 30, 2017
0.0.2 Feb 11, 2015

#1093 in Hardware support

Download history 71/week @ 2023-11-23 44/week @ 2023-11-30 45/week @ 2023-12-07 57/week @ 2023-12-14 48/week @ 2023-12-21 27/week @ 2023-12-28 41/week @ 2024-01-04 54/week @ 2024-01-11 38/week @ 2024-01-18 25/week @ 2024-01-25 24/week @ 2024-02-01 58/week @ 2024-02-08 84/week @ 2024-02-15 121/week @ 2024-02-22 125/week @ 2024-02-29 69/week @ 2024-03-07

407 downloads per month
Used in fewer than 12 crates

MIT/Apache

155KB
4K SLoC

simd

Build Status docs.rs

This crate no londer builds as of Rust 1.33 nightly due to the removal of compiler features that this crates depends on. See the packed_simd crate instead.

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


lib.rs:

simd offers a basic interface to the SIMD functionality of CPUs.

Dependencies

~180KB