MIPS: math-emu: Fix indentation
Fix indentation for the final 'else' blocks. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10735/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
bbdd8147b1
commit
166457436e
@ -65,8 +65,8 @@ static inline int ieee754_class_nan(int xc)
|
|||||||
vc = IEEE754_CLASS_INF; \
|
vc = IEEE754_CLASS_INF; \
|
||||||
else if (vm & SP_MBIT(SP_FBITS-1)) \
|
else if (vm & SP_MBIT(SP_FBITS-1)) \
|
||||||
vc = IEEE754_CLASS_SNAN; \
|
vc = IEEE754_CLASS_SNAN; \
|
||||||
else \
|
else \
|
||||||
vc = IEEE754_CLASS_QNAN; \
|
vc = IEEE754_CLASS_QNAN; \
|
||||||
} else if (ve == SP_EMIN-1+SP_EBIAS) { \
|
} else if (ve == SP_EMIN-1+SP_EBIAS) { \
|
||||||
if (vm) { \
|
if (vm) { \
|
||||||
ve = SP_EMIN; \
|
ve = SP_EMIN; \
|
||||||
@ -105,8 +105,8 @@ static inline int ieee754_class_nan(int xc)
|
|||||||
if (vm) { \
|
if (vm) { \
|
||||||
ve = DP_EMIN; \
|
ve = DP_EMIN; \
|
||||||
vc = IEEE754_CLASS_DNORM; \
|
vc = IEEE754_CLASS_DNORM; \
|
||||||
} else \
|
} else \
|
||||||
vc = IEEE754_CLASS_ZERO; \
|
vc = IEEE754_CLASS_ZERO; \
|
||||||
} else { \
|
} else { \
|
||||||
ve -= DP_EBIAS; \
|
ve -= DP_EBIAS; \
|
||||||
vm |= DP_HIDDEN_BIT; \
|
vm |= DP_HIDDEN_BIT; \
|
||||||
|
Loading…
Reference in New Issue
Block a user