Skip to content

Commit 0b272e7

Browse files
Update stdsimd submodule
1 parent 47e294e commit 0b272e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/libcore/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
#![feature(reverse_bits)]
123123
#![feature(non_exhaustive)]
124124
#![feature(structural_match)]
125+
#![feature(abi_unadjusted)]
126+
#![cfg_attr(not(stage0), feature(adx_target_feature))]
125127

126128
#[prelude_import]
127129
#[allow(unused)]

src/stdsimd

0 commit comments

Comments
 (0)