================
@@ -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:

I'd really not spend any time thinking about ppc_fp128 beyond making sure we 
don't break anything.  Can we just always use the hex format for ppc_fp128 nans?

https://github.com/llvm/llvm-project/pull/190649
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to