From 0b272e740051192344c36f0444d9ef28f2ab31fe Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 7 Jan 2019 16:20:25 +0100 Subject: [PATCH] Update stdsimd submodule --- src/libcore/lib.rs | 2 ++ src/stdsimd | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 19bf4ab15bf..b2cafc4cede 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -122,6 +122,8 @@ #![feature(reverse_bits)] #![feature(non_exhaustive)] #![feature(structural_match)] +#![feature(abi_unadjusted)] +#![cfg_attr(not(stage0), feature(adx_target_feature))] #[prelude_import] #[allow(unused)] diff --git a/src/stdsimd b/src/stdsimd index ddb30221d79..269d0ba959f 160000 --- a/src/stdsimd +++ b/src/stdsimd @@ -1 +1 @@ -Subproject commit ddb30221d7985e813b4214d14c2a560ed6ee0991 +Subproject commit 269d0ba959f70e9b692e528311c78b8f9601d4af -- 2.44.0