diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-12-17 12:06:06 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-12-17 13:40:21 -0800 |
| commit | 5e5823c67b7d6ec25e8140e037c83115bf1321e7 (patch) | |
| tree | 4874068265fa09c011b523c6b8f9e8323cec6c4f /src/libcore | |
| parent | adbfec229ce07ff4b2a7bf2d6dec2d13cb224980 (diff) | |
| download | rust-5e5823c67b7d6ec25e8140e037c83115bf1321e7.tar.gz rust-5e5823c67b7d6ec25e8140e037c83115bf1321e7.zip | |
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')
| -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 a51674fbfc7..6271b1bde3e 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -118,6 +118,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)] |
