PERFORCE change 37632 for review

Peter Wemm peter at FreeBSD.org
Fri Sep 5 17:57:40 PDT 2003


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

Change 37632 by peter at peter_daintree on 2003/09/05 17:57:03

	OK, that was more painful than I thought.  Instead, lets just pretend that a long double
	is just a specially aligned double.  Too much of the extended precision support is missing
	from the runtime and libraries.

Affected files ...

.. //depot/projects/ezm3/language/modula3/m3compiler/m3middle/src/Target.m3#6 edit

Differences ...

==== //depot/projects/ezm3/language/modula3/m3compiler/m3middle/src/Target.m3#6 (text+ko) ====

@@ -312,10 +312,7 @@
                  EOL                       := "\n";
 
     | Systems.FBSD_AMD64 =>
-                 Extended.size    := 80;
                  Extended.align   := 128;
-                 Extended.min     := Float{Precision.Extended, 0,-1.1897314953572317650x+4932};
-                 Extended.max     := Float{Precision.Extended, 0, 1.1897314953572317650x+4932};
 
                  Int_C.cg_type    := CGType.Int_C;
                  Word_C.cg_type   := CGType.Word_C;


More information about the p4-projects mailing list