diff options
author | John van Groningen | 2005-01-19 10:52:58 +0000 |
---|---|---|
committer | John van Groningen | 2005-01-19 10:52:58 +0000 |
commit | 35929d022753195e9461fca5ff9d1b4aa82f7868 (patch) | |
tree | c8c66e7466637e2b0c59f47e1b4bf104119b42fe /cgport.h | |
parent | add divU for the PowerPC (diff) |
implement mulUUL and divLU instructions for IA32,
define acos, asin, exp, ln and log10 instructons only for M68000 platform,
add code for jsr_ap and jmp_ap instructions (not yet enabled)
Diffstat (limited to 'cgport.h')
-rw-r--r-- | cgport.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #define FINALIZERS +#undef NEW_APPLY #if defined (__MWERKS__) || defined (__MRC__) # define POWER |