Scott Robert Ladd <coyote@coyotegulch.com> writes: | Hello, | | Consider the following program, compiled and run on a Pentium 4 | (Northwood) system: | | #include <math.h> | #include <stdio.h> | | double doit(double a) Did you try by declaring doit() inline? (I suppose that won't change much the outcome, but I'm curious). -- Gaby