We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7029d commit 3ce0b70Copy full SHA for 3ce0b70
src/lib.rs
@@ -1,17 +1,4 @@
1
//! `simd` offers a basic interface to the SIMD functionality of CPUs.
2
-//!
3
-//! **Warning** This is an actively developed work-in-progress, and
4
-//! may/will break from commit to commit.
5
6
-//! # Installation
7
8
-//! Via git:
9
10
-//! ```toml
11
-//! simd = { git = "https://github.com/huonw/simd" }
12
-//! ```
13
14
-//! This is **not** currently the `simd` crate on crates.io.
15
16
#![feature(cfg_target_feature, repr_simd, platform_intrinsics, const_fn)]
17
#![allow(non_camel_case_types)]
0 commit comments