]> gcc.gnu.org Git - gcc.git/blobdiff - libgcc/soft-fp/quad.h
PR target/107299: Fix build issue when long double is IEEE 128-bit
[gcc.git] / libgcc / soft-fp / quad.h
index 3889bb44f1fdc17fa122fc827144c8a0027ca9b7..71f87d36ba9801ac0aabc1d87cb947a413b5a9fc 100644 (file)
@@ -65,7 +65,9 @@
 #define _FP_HIGHBIT_DW_Q       \
   ((_FP_W_TYPE) 1 << (_FP_WFRACBITS_DW_Q - 1) % _FP_W_TYPE_SIZE)
 
+#ifndef TFtype
 typedef float TFtype __attribute__ ((mode (TF)));
+#endif
 
 #if _FP_W_TYPE_SIZE < 64
 
This page took 0.030365 seconds and 5 git commands to generate.