Skip to content

Commit ba1f744

Browse files
committed
mix re-order
1 parent 95aac89 commit ba1f744

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crates/core_arch/src/powerpc/altivec.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,8 +842,6 @@ pub(crate) mod sealed {
842842
unsafe fn vec_cmpge(self, b: Other) -> Self::Result;
843843
}
844844

845-
test_impl! { vec_vcmpgefp(a: vector_float, b: vector_float) -> vector_bool_int [ vcmpgefp, vcmpgefp ] }
846-
847845
// Implement VectorCmpGe trait for vector_float using simd_ge
848846
#[unstable(feature = "stdarch_powerpc", issue = "111145")]
849847
impl VectorCmpGe<vector_float> for vector_float {
@@ -858,6 +856,7 @@ pub(crate) mod sealed {
858856
}
859857
}
860858

859+
test_impl! { vec_vcmpgefp(a: vector_float, b: vector_float) -> vector_bool_int [ vcmpgefp, vcmpgefp ] }
861860
test_impl! { vec_vcmpequb(a: vector_unsigned_char, b: vector_unsigned_char) -> vector_bool_char [ vcmpequb, vcmpequb ] }
862861
test_impl! { vec_vcmpequh(a: vector_unsigned_short, b: vector_unsigned_short) -> vector_bool_short [ vcmpequh, vcmpequh ] }
863862
test_impl! { vec_vcmpequw(a: vector_unsigned_int, b: vector_unsigned_int) -> vector_bool_int [ vcmpequw, vcmpequw ] }

0 commit comments

Comments
 (0)