PERFORCE change 30651 for review

Peter Wemm peter at FreeBSD.org
Mon May 5 19:06:35 PDT 2003


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

Change 30651 by peter at peter_daintree on 2003/05/05 19:05:52

	argh.

Affected files ...

.. //depot/projects/hammer/lib/libc/amd64/_fpmath.h#6 edit

Differences ...

==== //depot/projects/hammer/lib/libc/amd64/_fpmath.h#6 (text+ko) ====

@@ -33,7 +33,8 @@
 		unsigned int	manh	:32;
 		unsigned int	exp	:15;
 		unsigned int	sign	:1;
-		unsigned int	junk	:48;
+		unsigned int	junkl	:16;
+		unsigned int	junkh	:32;
 	} bits;
 };
 


More information about the p4-projects mailing list