ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/fpu/types.h
(Generate patch)

Comparing BasiliskII/src/uae_cpu/fpu/types.h (file contents):
Revision 1.4 by gbeauche, 2002-09-19T16:02:13Z vs.
Revision 1.5 by gbeauche, 2002-09-20T16:52:48Z

# Line 133 | Line 133 | typedef long double uae_f64;
133   typedef long double uae_f96;
134   typedef uae_f96 fpu_register;
135   #define USE_LONG_DOUBLE 1
136 < #elif SIZEOF_LONG_DOUBLE == 16
136 > #elif (SIZEOF_LONG_DOUBLE == 16) && 0
137 > /* Disable for now and probably for good as (i) the emulator
138 >   implementation is not correct, (ii) I don't know of any CPU which
139 >   handles this kind of format *natively* with conformance to IEEE.  */
140   typedef long double uae_f128;
141   typedef uae_f128 fpu_register;
142   #define USE_QUAD_DOUBLE 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines