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

Comparing BasiliskII/src/uae_cpu/fpu/mathlib.cpp (file contents):
Revision 1.1 by gbeauche, 2002-09-13T12:50:40Z vs.
Revision 1.4 by gbeauche, 2005-01-30T21:42:16Z

# Line 1 | Line 1
1   /*
2   *  fpu/mathlib.cpp - Floating-point math support library
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  MC68881/68040 fpu emulation
7   *  
# Line 38 | Line 38
38   #undef  FPU
39   #define FPU             fpu.
40  
41 < #if defined(FPU_IEEE) && defined(X86_ASSEMBLY)
41 > #if defined(FPU_IEEE) && defined(USE_X87_ASSEMBLY)
42  
43   PRIVATE fpu_extended fp_do_pow(fpu_extended x, fpu_extended y)
44   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines