PERFORCE change 137327 for review

Randall R. Stewart rrs at FreeBSD.org
Mon Mar 10 16:58:19 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137327

Change 137327 by rrs at rrs-mips2-jnpr on 2008/03/10 16:57:26

	Fix math variables for mips.

Affected files ...

.. //depot/projects/mips2-jnpr/src/lib/libc/mips/_fpmath.h#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/lib/libc/mips/_fpmath.h#2 (text+ko) ====

@@ -45,8 +45,9 @@
 
 #define	LDBL_NBIT	0
 #define	mask_nbit_l(u)	((void)0)
+#define	LDBL_IMPLICIT_NBIT
 
-#define	LDBL_MANH_SIZE	32
+#define	LDBL_MANH_SIZE	20
 #define	LDBL_MANL_SIZE	32
 
 #define	LDBL_TO_ARRAY32(u, a) do {			\


More information about the p4-projects mailing list