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.2 by gbeauche, 2002-09-15T18:21:13Z vs.
Revision 1.3 by gbeauche, 2002-09-16T12:01:38Z

# Line 106 | Line 106 | typedef uae_f32                fpu_single;
106  
107   #elif defined(FPU_IEEE)
108  
109 + #if HOST_FLOAT_FORMAT != IEEE_FLOAT_FORMAT
110 + #error "No IEEE float format, you lose."
111 + #endif
112 +
113   /* 4-byte floats */
114   #if SIZEOF_FLOAT == 4
115   typedef float uae_f32;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines