diff options
| author | bors <bors@rust-lang.org> | 2018-12-25 03:04:14 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-12-25 03:04:14 +0000 |
| commit | e57ab2699d4c2466449444b0faffc3fb11aefac2 (patch) | |
| tree | 262c6d9f1f412a85af7b67eae3e21b4b0583a096 /src/libcore/lib.rs | |
| parent | ad781a065ac874e402e15927a22faa080e97fe94 (diff) | |
| parent | 5e5823c67b7d6ec25e8140e037c83115bf1321e7 (diff) | |
| download | rust-e57ab2699d4c2466449444b0faffc3fb11aefac2.tar.gz rust-e57ab2699d4c2466449444b0faffc3fb11aefac2.zip | |
Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNN
Update the stdsimd submodule This brings in a few updates: * Update wasm intrinsic naming for atomics * Update and reimplement most simd128 wasm intrinsics * Other misc improvements here and there, including a small start to AVX-512 intrinsics
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 2124458dc55..b558cacad59 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -119,6 +119,7 @@ #![feature(mips_target_feature)] #![feature(aarch64_target_feature)] #![feature(wasm_target_feature)] +#![feature(avx512_target_feature)] #![feature(const_slice_len)] #![feature(const_str_as_bytes)] #![feature(const_str_len)] |
