MIPS: math-emu: Eleminate duplicate definitions of identical macros.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2014-04-22 16:33:07 +02:00
parent 3e160aad0f
commit b3a7ad2b0c
8 changed files with 33 additions and 63 deletions

View File

@@ -24,6 +24,7 @@
*/
#include "ieee754sp.h"
#include "ieee754dp.h"
union ieee754dp ieee754dp_fsp(union ieee754sp x)