[libc-commits] [PATCH] D117590: [libc] Implement correct rounding with all rounding modes for hypot functions.
Qiu Chaofan via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jan 25 05:02:23 PST 2022
qiucf added a comment.
> this might be a compiler bug, since -frounding-math should be supported whatever the optimization level (-O2 or -O3). You might want to investigate further and report the bug if any.
Hi, what's the target in the context? Or can you show the partial IR after `-frounding-math`? Currently only X86/SystemZ/PowerPC in LLVM has rather complete support for rounding-mode-aware float operations.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117590/new/
https://reviews.llvm.org/D117590
More information about the libc-commits
mailing list