================
@@ -129,6 +129,9 @@ const llvm::fltSemantics &llvm::getFltSemanticForLLT(LLT 
Ty) {
       return APFloat::IEEEsingle();
     case 64:
       return APFloat::IEEEdouble();
+    case 80:
+      // Not an IEEE format, but the only 80-bit float there is.
+      return APFloat::x87DoubleExtended();
----------------
seritools wrote:

this is obviously ugly here, any suggestions where to move it?

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

Reply via email to