Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This has been prepared based on the discussion we had here: https://reviews.llvm.org/D104615
libc/utils/MPFRWrapper/MPFRUtils.cpp | ||
---|---|---|
277 | I think we can specify exactly what is "close enough" in here, i.e. when the exponent difference is at most 1. |
I think we can specify exactly what is "close enough" in here, i.e. when the exponent difference is at most 1.
Also, we might need to add another remark here that currently the ULP function cannot distinguish +0.0 and -0.0 yet.