Skip to content

Commit 34a9616

Browse files
authored
libm: Reenable sincosf tests on ppc64
This was missed in 6e91b03 (“Revert "Disable broken powerpc64 test due to https://github.com/rust-lang/rust/issues/88520"”).
1 parent 704ea21 commit 34a9616

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libm/src/math/sincosf.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ pub fn sincosf(x: f32) -> (f32, f32) {
122122
}
123123
}
124124

125-
// PowerPC tests are failing on LLVM 13: https://github.com/rust-lang/rust/issues/88520
126-
#[cfg(not(target_arch = "powerpc64"))]
127125
#[cfg(test)]
128126
mod tests {
129127
use super::sincosf;

0 commit comments

Comments
 (0)