MIPS: math-emu: Turn macros into functions where possible.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -32,7 +32,7 @@ union ieee754dp ieee754dp_flong(s64 x)
|
||||
int xe;
|
||||
int xs;
|
||||
|
||||
CLEARCX;
|
||||
ieee754_clearcx();
|
||||
|
||||
if (x == 0)
|
||||
return ieee754dp_zero(0);
|
||||
|
Reference in New Issue
Block a user