Don't know the exact details, but may be related to the Intel C Compiler, and it's ability to produce multiple code paths, any of which can be executed depending on the installed CPU at runtime.
eg,
If I have a non-Intel CPU, it will execute the "fail-safe" code path. (no use of FPU, MMX, SSE...