diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2021-06-10 14:32:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 20:32:39 +0100 |
| commit | 79140b43ea2e73720ef1fde988007757e2499f39 (patch) | |
| tree | c1a317c295806e377370d491b36b71c73732fa03 /library/stdarch/examples/hex.rs | |
| parent | 2c11b9fa1f1b369b15cf6be3c8778048e47dbc22 (diff) | |
| download | rust-79140b43ea2e73720ef1fde988007757e2499f39.tar.gz rust-79140b43ea2e73720ef1fde988007757e2499f39.zip | |
wasm: Mark simd intrinsics as stable (#1179)
Diffstat (limited to 'library/stdarch/examples/hex.rs')
| -rw-r--r-- | library/stdarch/examples/hex.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/stdarch/examples/hex.rs b/library/stdarch/examples/hex.rs index 8d41517f333..812836d661d 100644 --- a/library/stdarch/examples/hex.rs +++ b/library/stdarch/examples/hex.rs @@ -14,7 +14,6 @@ #![feature(stdsimd, wasm_target_feature)] #![cfg_attr(test, feature(test))] -#![cfg_attr(target_arch = "wasm32", feature(wasm_simd))] #