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 @@ -164,7 +164,6 @@ jobs:
164
164
- target :
165
165
tuple : powerpc64le-unknown-linux-gnu
166
166
os : ubuntu-latest
167
- disable_assert_instr : true
168
167
- target :
169
168
tuple : aarch64-apple-darwin
170
169
os : macos-latest
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