[compiler-rt] [builtins] Support building the 128-bit float functions on ld80 platforms (PR #68132)
    Alexander Richardson via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct 17 14:46:39 PDT 2023
    
    
  
================
@@ -7,7 +7,7 @@
 #include <float.h>
 #include <stdio.h>
 
-#if defined(CRT_HAS_TF_MODE)
+#if defined(CRT_HAS_TF_MODE) && defined(CRT_LDBL_IEEE_F128)
----------------
arichardson wrote:
Again most of the results assume IEEE format, so they fail for PPC64 with IBM format.
https://github.com/llvm/llvm-project/pull/68132
    
    
More information about the llvm-commits
mailing list