Skip to content

Commit 74619b1

Browse files
Remove __m64 type
1 parent 18d4055 commit 74619b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/into_bits/arch_specific.rs

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ macro_rules! impl_arch {
8484
// FIXME: 64-bit single element types
8585
// FIXME: arm/aarch float16x4_t missing
8686
impl_arch!(
87-
[x86["x86"]: __m64], [x86_64["x86_64"]: __m64],
8887
[arm["arm"]: int8x8_t, uint8x8_t, poly8x8_t, int16x4_t, uint16x4_t,
8988
poly16x4_t, int32x2_t, uint32x2_t, float32x2_t, int64x1_t,
9089
uint64x1_t],

0 commit comments

Comments
 (0)