patch-2.4.22 linux-2.4.22/arch/ppc/math-emu/op-1.h
Next file: linux-2.4.22/arch/ppc/math-emu/op-2.h
Previous file: linux-2.4.22/arch/ppc/math-emu/fcmpo.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/ppc/math-emu/op-1.h
- Orig date:
2003-06-13 07:51:31.000000000 -0700
diff -urN linux-2.4.21/arch/ppc/math-emu/op-1.h linux-2.4.22/arch/ppc/math-emu/op-1.h
@@ -197,14 +197,14 @@
udiv_qrnnd(_q, _r, _nh, _nl, Y##_f); \
R##_f = _q | (_r != 0); \
} while (0)
-
-
+
+
/*
* Square root algorithms:
* We have just one right now, maybe Newton approximation
* should be added for those machines where division is fast.
*/
-
+
#define _FP_SQRT_MEAT_1(R, S, T, X, q) \
do { \
while (q) \
@@ -222,7 +222,7 @@
} while (0)
/*
- * Assembly/disassembly for converting to/from integral types.
+ * Assembly/disassembly for converting to/from integral types.
* No shifting or overflow handled here.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)