Hello /prog/. What is the best C++ compiler? I am about to use either Borland or Dev C++. What is your opinion?
Name:
Anonymous2012-07-17 18:43
Fun Fact: Intel's compiler includes a CPU dispatcher in all the code it produces that checks the manufacturer of the processor.
If it's not GenuineIntel, it doesn't even try to optimize the code. It just runs the most basic instruction branch.
I'm not even joking. Anyone who says AMD is inferior are most likely using Intel-compiled benchmarks.