]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: ieee754.h: Correct comments for special values
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 3 Apr 2015 22:24:01 +0000 (23:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 Apr 2015 23:08:41 +0000 (01:08 +0200)
commit654a6043f84ee0aef6f441269c131a4fee5cece9
tree87b8f5f4c51fdd29644aabb1ce0671e72eedba38
parent5c6b225e3202d0bb378d9789ca2a3e4698cdf69e
MIPS: ieee754.h: Correct comments for special values

IEEE754_SPCVAL_NMIN denotes the index into the special value array where
the closest to zero negative normal number expressible is stored.
Similarly IEEE754_SPCVAL_NMIND denotes such index for the closest to
zero negative subnormal number expressible.  Make comments match that.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9670/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/ieee754.h