================
@@ -334,6 +334,8 @@ static const llvm::fltSemantics &GetFloatSemantics(const
TargetSP &target_sp,
return llvm::APFloat::IEEEsingle();
case 8:
return llvm::APFloat::IEEEdouble();
+ case 16:
+ return llvm::APFloat::IEEEquad();
----------------
labath wrote:
This may not be a "reasonable" guess, given that sizeof(long double) is also 16
(on x86)
https://github.com/llvm/llvm-project/pull/98369
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits