Hilarious but true. The author used the intel compiler to compile a program that showed an especially high boost when "optimized for the P4" and removed the flags that would run it
only on a P4 (it wasn't checking for just SSE or SSE2, but that it was being run on an intel processor).
The result? The Athlon64 showed the same speed increase the P4 did. What does this mean? Well, for one thing that the intel compiler speeds up all x86 code, but prevents anything but one of their own processors from running it.
The link:
http://groups.google.ca/groups?dq=&h...ing.google.com
Sam