[libc-commits] [PATCH] D76825: [libc] Move implementations of cosf, sinf, sincosf to src/math directory.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 13 22:46:59 PDT 2020
sivachandra added a comment.
There are few hexadecimal floating literals in this patch which moved along with the AOR implementations. They trigger warnings of this form:
warning: hexadecimal floating literals are a C++17 feature [-Wc++17-extensions]
I think I can fix them by using their bit patterns as is already done in other places. Will do so in the next pass.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76825/new/
https://reviews.llvm.org/D76825
More information about the libc-commits
mailing list