File tree 2 files changed +2
-3
lines changed
crates/core_arch/src/powerpc
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ jobs:
146
146
- target :
147
147
tuple : powerpc64le-unknown-linux-gnu
148
148
os : ubuntu-latest
149
- disable_assert_instr : true
150
149
test_everything : true
151
150
- target :
152
151
tuple : riscv64gc-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -1878,7 +1878,7 @@ mod sealed {
1878
1878
1879
1879
#[ inline]
1880
1880
#[ target_feature( enable = "altivec" ) ]
1881
- #[ cfg_attr( test, assert_instr( vmaddfp ) ) ]
1881
+ #[ cfg_attr( test, assert_instr( xvmaddasp ) ) ]
1882
1882
pub unsafe fn vec_vmaddfp ( a : vector_float , b : vector_float , c : vector_float ) -> vector_float {
1883
1883
simd_fma ( a, b, c)
1884
1884
}
@@ -3239,7 +3239,7 @@ mod sealed {
3239
3239
unsafe fn vec_round ( self ) -> Self ;
3240
3240
}
3241
3241
3242
- test_impl ! { vec_vrfin( a: vector_float) -> vector_float [ vrfin, vrfin ] }
3242
+ test_impl ! { vec_vrfin( a: vector_float) -> vector_float [ vrfin, xvrspic ] }
3243
3243
3244
3244
#[ unstable( feature = "stdarch_powerpc" , issue = "111145" ) ]
3245
3245
impl VectorRound for vector_float {
You can’t perform that action at this time.
0 commit comments