]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: math-emu: Rename get_rounding() functions.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 25 Apr 2014 08:54:06 +0000 (10:54 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 12 May 2014 23:24:20 +0000 (01:24 +0200)
commitf47ac58c4b6cb3df0ffa87989ffed12b88c9f570
tree386693145f25738c769ec82503fd28c07cf2072c
parent6850628787ffe82b0478ccd43974b24dd1c92aa3
MIPS: math-emu: Rename get_rounding() functions.

There are two version of get_rounding(), one for single precision, one
for double precision.  Add a ieee754sp_ rsp. ieee754dp_ prefix for
clarity.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/ieee754dp.c
arch/mips/math-emu/ieee754sp.c