From 653a67c8addcb980ce10a27765e582c972f8d69c Mon Sep 17 00:00:00 2001 From: "Hagb (Junyu Guo 郭俊余)" Date: Wed, 8 Jan 2025 22:34:15 +0800 Subject: Port rounding of some x87 instructions from Box86 (#2242) * Port rounding of some x87 instructions from Box86 Ported from https://github.com/ptitSeb/box86/pull/951. The original pull request and this commit also contain some improvements on precision of `F2XM1` and `FYL2XP1`. * Run fpu_rounding test with dynarec only for ARM64 They have been implemented on dynarec only for ARM64. --- tests/test31 | Bin 0 -> 81928 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 tests/test31 (limited to 'tests/test31') diff --git a/tests/test31 b/tests/test31 new file mode 100755 index 00000000..432bc57f Binary files /dev/null and b/tests/test31 differ -- cgit 1.4.1