[PATCH] D75246: Make IEEEFloat::roundToIntegral more standard conformant
Steve Canon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 09:12:27 PDT 2020
scanon accepted this revision.
scanon added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Support/APFloat.cpp:1984
+ if (isInfinity())
+ // IEEE Std 754-2008 6.1:
----------------
Correct as written, but can we get some brackets since we have the comment here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75246/new/
https://reviews.llvm.org/D75246
More information about the llvm-commits
mailing list