simd

Crates.iosimd
lib.rssimd
version0.2.4
sourcesrc
created_at2015-01-09 01:15:39.889574
updated_at2019-01-23 11:48:51.283263
description`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.)
homepage
repositoryhttps://github.com/hsivonen/simd
max_upload_size
id744
size227,576
ulms (github:foxford:ulms)

documentation

https://docs.rs/simd/

README

simd

Build Status crates.io 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

Commit count: 107

cargo fmt