Skip to content

Commit 9c382cf

Browse files
committed
libm: Reenable shr_u256_overflow on ppc64le
The tests passes successfully for me on powerpc64le-unknown-linux-gnu with nightly 1.95.
1 parent 4768177 commit 9c382cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libm/src/math/support/big/tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ fn shr_u256() {
261261
#[test]
262262
#[should_panic]
263263
#[cfg(debug_assertions)]
264-
// FIXME(ppc): ppc64le seems to have issues with `should_panic` tests.
265-
#[cfg(not(all(target_arch = "powerpc64", target_endian = "little")))]
266264
fn shr_u256_overflow() {
267265
// Like regular shr, panic on overflow with debug assertions
268266
let _ = u256::MAX >> 256;

0 commit comments

Comments
 (0)