Преглед изворни кода

minor rintl.c fix: remove unsupported ldbl format message

nsz пре 13 година
родитељ
комит
6d8df2b972
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/math/rintl.c

+ 0 - 2
src/math/rintl.c

@@ -42,8 +42,6 @@ shift[2] = {
 	0x1.0p63, -0x1.0p63
 #elif LDBL_MANT_DIG == 113
 	0x1.0p112, -0x1.0p112
-#else
-#error "Unsupported long double format"
 #endif
 };
 static const float zero[2] = { 0.0, -0.0 };