MIPS: math-emu: Inline ieee754dp_finite and ieee754dp_finite().

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2014-04-22 16:52:01 +02:00
parent b3a7ad2b0c
commit 3a33db2321
5 changed files with 10 additions and 12 deletions

View File

@@ -68,7 +68,6 @@ union ieee754sp {
/*
* single precision (often aka float)
*/
int ieee754sp_finite(union ieee754sp x);
int ieee754sp_class(union ieee754sp x);
union ieee754sp ieee754sp_abs(union ieee754sp x);
@@ -112,7 +111,6 @@ union ieee754sp ieee754sp_sqrt(union ieee754sp x);
/*
* double precision (often aka double)
*/
int ieee754dp_finite(union ieee754dp x);
int ieee754dp_class(union ieee754dp x);
/* x with sign of y */