[PATCH] D66862: Make lround builtin constexpr (and others)
Zoe Carver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 31 12:08:40 PDT 2019
zoecarver added a comment.
> Are you intentionally excluding __builtin_lroundl/__builtin_llroundl?
I //was// because `convertToDouble` could only return up to 64 bytes. But now that I am using the builtin APFloat round function, that works.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66862/new/
https://reviews.llvm.org/D66862
More information about the cfe-commits
mailing list