[libc-commits] [PATCH] D117590: [libc] Implement correct rounding with all rounding modes for hypot functions.
Paul Zimmermann via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jan 19 22:55:28 PST 2022
zimmermann6 added a comment.
I still get warnings with the latest revision:
/localdisk/zimmerma/llvm-project/libc/src/__support/FPUtil/Hypot.h:149:22: warning: hexadecimal floating literals are a C++17 feature [-Wc++17-extensions]
if ((y != 0) && (0x1p0f + 0x1p-24f != 0x1p0f)) {
^
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