James Damour writes: > I'm thinking that the bounds > check isn't as important an optimization as the fast math functions. If you're doing a lot of floating-point transcendental operations that's certainly true. Array bounds checking is important in some other areas, though. Andrew.