summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorTAKAI Kousuke <62541129+t-a-k@users.noreply.github.com>2021-12-14 18:33:55 +0900
committerKarl Williamson <khw@cpan.org>2021-12-24 08:22:09 -0700
commitea5f65263ad54bd59f582eb38161753c2546d6b3 (patch)
tree30120942ced3cd3f94820f9ff2dd38dfe26b0758 /MANIFEST
parentee444c8d1a7d537784075be303d6fef32ab72a50 (diff)
downloadperl-ea5f65263ad54bd59f582eb38161753c2546d6b3.tar.gz
Add last-resort implementation for POSIX::FLT_ROUNDS.
POSIX::FLT_ROUNDS now emulates (more) standard behavior that reflects the current rounding mode set by fesetround(), even when compiled with GCC whose FLT_ROUNDS is wrongly fixed to 1. Also add tests for this.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 6331b0a297..9b70dd0a06 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4444,6 +4444,7 @@ ext/POSIX/lib/POSIX.pod POSIX extension documentation
ext/POSIX/Makefile.PL POSIX extension makefile writer
ext/POSIX/POSIX.xs POSIX extension external subroutines
ext/POSIX/t/export.t Test @EXPORT and @EXPORT_OK
+ext/POSIX/t/fenv.t Floating-point rounding mode tests for POSIX
ext/POSIX/t/iscrash See if POSIX isxxx() crashes with threads on Win32
ext/POSIX/t/iv_const.t See if integer constants of POSIX are IV
ext/POSIX/t/math.t Basic math tests for POSIX