# simd **Repository Path**: rustlab/simd ## Basic Information - **Project Name**: simd - **Description**: 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. - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/hsivonen/simd - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-02 - **Last Updated**: 2023-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `simd` [![Build Status](https://travis-ci.org/hsivonen/simd.svg?branch=master)](https://travis-ci.org/hsivonen/simd) [![crates.io](https://meritbadge.herokuapp.com/simd)](https://crates.io/crates/simd) [![docs.rs](https://docs.rs/simd/badge.svg)](https://docs.rs/simd/) _This crate no londer builds as of Rust 1.33 nightly_ due to the [removal of compiler features](https://github.com/rust-lang/rust/pull/57416) that this crates depends on. See the [`packed_simd`](https://crates.io/crates/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](https://docs.rs/simd)