Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 756544 | Differences between
and this patch

Collapse All | Expand All

(-)thunderbird-78.5.0-orig/third_party/rust/packed_simd/src/api/into_bits/arch_specific.rs (-1 lines)
Lines 84-90 macro_rules! impl_arch { Link Here
84
// FIXME: 64-bit single element types
84
// FIXME: 64-bit single element types
85
// FIXME: arm/aarch float16x4_t missing
85
// FIXME: arm/aarch float16x4_t missing
86
impl_arch!(
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,
87
    [arm["arm"]: int8x8_t, uint8x8_t, poly8x8_t, int16x4_t, uint16x4_t,
89
     poly16x4_t, int32x2_t, uint32x2_t, float32x2_t, int64x1_t,
88
     poly16x4_t, int32x2_t, uint32x2_t, float32x2_t, int64x1_t,
90
     uint64x1_t],
89
     uint64x1_t],

Return to bug 756544