[Bug 277783] libc fma() doesn't not return the correct zero sign
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 277783] libc fma() doesn't not return the correct zero sign"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Mar 2024 21:40:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277783 --- Comment #5 from Victor Stinner <victor.stinner@gmail.com> --- Ed: > Thank you for the report and C reproduction case. Do you know which other implementations are being tested? (macOS, musl, bionic?) Python test_math checks fma() on Windows, Linux, macOS, WASI, FreeBSD, etc. The tests pass on all platforms but FreeBSD and WASI. Apparently, the WASI libc is based musl, but I failed to reproduce the issue using musl-gcc on Linux. bionic: Python does not officially support Android yet, see: https://peps.python.org/pep-0738/ -- You are receiving this mail because: You are the assignee for the bug.