Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 36d3919

Browse files
committed
Disable a unit test that is failing on i586
1 parent fbdcf05 commit 36d3919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libm/src/math/rem_pio2.rs

+2
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ mod tests {
194194
use super::rem_pio2;
195195

196196
#[test]
197+
// FIXME(correctness): inaccurate results on i586
198+
#[cfg_attr(all(target_arch = "x86", not(target_feature = "sse")), ignore)]
197199
fn test_near_pi() {
198200
let arg = 3.141592025756836;
199201
let arg = force_eval!(arg);

0 commit comments

Comments
 (0)