Next | Prev | Up | Top | Contents | Index
Runtime Issues
Applications that are ported to n32 may get different results than their o32 counterparts. Reasons for this include:
- Differences in algorithms used by n32 libraries and o32 libraries
- Operand reassociation or reduction performed by the optimizer for n32.
- Hardware differences of the R8000 (madd instructions round slightly differently than a multiply instruction followed by an add instruction).
For more information refer to Chapter 5 of the MIPSpro 64-bit Porting and Transition Guide.
Next | Prev | Up | Top | Contents | Index