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.3 by gbeauche, 2002-09-16T12:01:38Z vs.
Revision 1.4 by gbeauche, 2002-09-19T16:02:13Z

# Line 136 | Line 136 | typedef uae_f96 fpu_register;
136   #elif SIZEOF_LONG_DOUBLE == 16
137   typedef long double uae_f128;
138   typedef uae_f128 fpu_register;
139 #define USE_LONG_DOUBLE 1
139   #define USE_QUAD_DOUBLE 1
140   #else
141   typedef uae_f64 fpu_register;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines