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

Comparing BasiliskII/src/uae_cpu/fpu/mathlib.h (file contents):
Revision 1.5 by gbeauche, 2002-09-19T16:02:13Z vs.
Revision 1.6 by gbeauche, 2002-11-16T15:28:25Z

# Line 785 | Line 785 | PRIVATE inline uae_u32 FFPU get_quotient
785   # define fp_ceil        ceil
786   #endif
787  
788 < #if defined(FPU_IEEE) && defined(X86_ASSEMBLY)
788 > #if defined(FPU_IEEE) && defined(USE_X87_ASSEMBLY)
789   // Assembly optimized support functions. Taken from glibc 2.2.2
790  
791   #undef fp_log
# Line 1105 | Line 1105 | DEFINE_ROUND_FUNC(zero, 0xc00)
1105  
1106   DEFINE_ROUND_FUNC(nearest, 0x000)
1107  
1108 < #endif /* X86_ASSEMBLY */
1108 > #endif /* USE_X87_ASSEMBLY */
1109  
1110   #ifndef fp_round_to_minus_infinity
1111   #define fp_round_to_minus_infinity(x) fp_floor(x)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines