================
@@ -5780,6 +5787,9 @@ DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp,
std::move(Second));
}
+APInt DoubleAPFloat::getNaNPayload() const {
+ return Floats[0].getNaNPayload();
----------------
efriedma-quic wrote:
This is throwing out bits of the second part? (Not that there's really a good
way to handle this... we probably just shouldn't try.)
https://github.com/llvm/llvm-project/pull/190649
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits