[llvm] [APFloat] Fix literals with long significands. (PR #102051)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 17:46:12 PDT 2024


================
@@ -763,25 +747,44 @@ ulpsFromBoundary(const APFloatBase::integerPart *parts, unsigned int bits,
 
 /* Place pow(5, power) in DST, and return the number of parts used.
----------------
topperc wrote:

Comment needs updating. There is no longer a `DST` parameter.

https://github.com/llvm/llvm-project/pull/102051


More information about the llvm-commits mailing list