patch-2.2.12 linux/arch/sparc64/math-emu/op-common.h
Next file: linux/drivers/block/DAC960.c
Previous file: linux/arch/sparc64/math-emu/op-2.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Aug 25 17:29:46 1999
- Orig file:
v2.2.11/linux/arch/sparc64/math-emu/op-common.h
- Orig date:
Mon Aug 9 16:05:55 1999
diff -u --recursive --new-file v2.2.11/linux/arch/sparc64/math-emu/op-common.h linux/arch/sparc64/math-emu/op-common.h
@@ -23,15 +23,15 @@
if (_FP_FRAC_ZEROP_##wc(X)) \
X##_c = FP_CLS_ZERO; \
else \
- /* a denormalized number */ \
- __FP_UNPACK_DENORM(fs, wc, X) \
+ /* A denormalized number. */ \
+ __FP_UNPACK_DENORM(fs, wc, X); \
break; \
\
case _FP_EXPMAX_##fs: \
if (_FP_FRAC_ZEROP_##wc(X)) \
X##_c = FP_CLS_INF; \
else \
- /* we don't differentiate between signaling and quiet nans */ \
+ /* We don't differentiate between signaling and quiet nans. */ \
X##_c = FP_CLS_NAN; \
break; \
} \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)