Skip to content

Commit a18c720

Browse files
daxpeddagitbot
authored and
gitbot
committed
Bump stdarch
1 parent 98b7001 commit a18c720

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

portable-simd/crates/core_simd/src/vendor/arm.rs

+2-11
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ mod neon {
4848
from_transmute! { unsafe u64x2 => poly64x2_t }
4949
}
5050

51-
#[cfg(any(
52-
all(target_feature = "v5te", not(target_feature = "mclass")),
53-
all(target_feature = "mclass", target_feature = "dsp"),
54-
))]
55-
mod dsp {
56-
use super::*;
57-
58-
from_transmute! { unsafe Simd<u16, 2> => uint16x2_t }
59-
from_transmute! { unsafe Simd<i16, 2> => int16x2_t }
60-
}
61-
6251
#[cfg(any(
6352
all(target_feature = "v6", not(target_feature = "mclass")),
6453
all(target_feature = "mclass", target_feature = "dsp"),
@@ -68,6 +57,8 @@ mod simd32 {
6857

6958
from_transmute! { unsafe Simd<u8, 4> => uint8x4_t }
7059
from_transmute! { unsafe Simd<i8, 4> => int8x4_t }
60+
from_transmute! { unsafe Simd<u16, 2> => uint16x2_t }
61+
from_transmute! { unsafe Simd<i16, 2> => int16x2_t }
7162
}
7263

7364
#[cfg(all(

stdarch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit e5e00aab0a8c8fa35fb7865e88fa82366f615c53
1+
Subproject commit 684de0d6fef708cae08214fef9643dd9ec7296e1

0 commit comments

Comments
 (0)