PERFORCE change 30646 for review

Peter Wemm peter at FreeBSD.org
Mon May 5 16:53:30 PDT 2003


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

Change 30646 by peter at peter_daintree on 2003/05/05 16:52:52

	like ia64, long double is 16 bytes.

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list