https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277783
--- Comment #5 from Victor Stinner <[email protected]> --- 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.
