@@ -33,8 +33,6 @@ ieee754dp ieee754dp_fint(int x)
CLEARCX;
- xc = ( 0 ? xc : xc );
-
if (x == 0)
return ieee754dp_zero(0);
if (x == 1 || x == -1)
@@ -33,8 +33,6 @@ ieee754dp ieee754dp_flong(s64 x)
@@ -33,8 +33,6 @@ ieee754sp ieee754sp_fint(int x)
return ieee754sp_zero(0);
@@ -33,8 +33,6 @@ ieee754sp ieee754sp_flong(s64 x)