We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d4055 commit 74619b1Copy full SHA for 74619b1
src/api/into_bits/arch_specific.rs
@@ -84,7 +84,6 @@ macro_rules! impl_arch {
84
// FIXME: 64-bit single element types
85
// FIXME: arm/aarch float16x4_t missing
86
impl_arch!(
87
- [x86["x86"]: __m64], [x86_64["x86_64"]: __m64],
88
[arm["arm"]: int8x8_t, uint8x8_t, poly8x8_t, int16x4_t, uint16x4_t,
89
poly16x4_t, int32x2_t, uint32x2_t, float32x2_t, int64x1_t,
90
uint64x1_t],
0 commit comments