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

Comparing BasiliskII/src/uae_cpu/fpu/flags.h (file contents):
Revision 1.2 by gbeauche, 2002-09-19T15:42:16Z vs.
Revision 1.3 by gbeauche, 2002-11-16T15:28:25Z

# Line 49 | Line 49
49   /* -------------------------------------------------------------------------- */
50  
51   /* Optimized i386 fpu core must use native flags */
52 < #if defined(FPU_X86) && defined(X86_ASSEMBLY)
52 > #if defined(FPU_X86) && defined(USE_X87_ASSEMBLY)
53   # undef FPU_USE_GENERIC_FLAGS
54   # define FPU_USE_X86_FLAGS
55   #endif
56  
57   /* Old UAE FPU core can use native flags */
58 < #if defined(FPU_UAE) && defined(X86_ASSEMBLY)
58 > #if defined(FPU_UAE) && defined(USE_X87_ASSEMBLY)
59   # undef FPU_USE_GENERIC_FLAGS
60   # define FPU_USE_X86_FLAGS
61   #endif
# Line 67 | Line 67
67   #endif
68  
69   /* JIT Compilation for FPU only works with lazy evaluation of FPU flags */
70 < #if defined(FPU_IEEE) && defined(X86_ASSEMBLY) && defined(USE_JIT_FPU)
70 > #if defined(FPU_IEEE) && defined(USE_X87_ASSEMBLY) && defined(USE_JIT_FPU)
71   # undef FPU_USE_GENERIC_FLAGS
72   # define FPU_USE_LAZY_FLAGS
73   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines