about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index db0af2da606..791051f69ae 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ core_simd = { git = "https://github.com/rust-lang/portable-simd" }
 
 and finally write this in `src/main.rs`:
 ```rust
+#![feature(portable_simd)]
 use core_simd::*;
 fn main() {
     let a = f32x4::splat(10.0);