Skip to content

Commit 3ce0b70

Browse files
committed
Remove stability warning
1 parent 5e7029d commit 3ce0b70

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/lib.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
//! `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.
152
163
#![feature(cfg_target_feature, repr_simd, platform_intrinsics, const_fn)]
174
#![allow(non_camel_case_types)]

0 commit comments

Comments
 (0)