Core i7 doesn't produce good results in gaming

Status
Not open for further replies.
you could get "optimisations" such as

if (CPU.ID == Intel)
{
//run this codepath
}
else
{
//run this deliberately slower codepath
}

I don't really know Assembly, so I wouldn't know how exactly it might look there. But other people do and have identified codepaths where Intel's compilers deliberately made non-Intel CPU's run unnecessarily slower codepaths, even if the source code has no such thing.
 
Well the difference goes over into other things aswell. If Intel only did that much better in Super PI then I would be inclined to agree with you.
If Intel's compilers make slower codepaths for non-Intel processors (which there is evidence for), superpi wouldn't be the only program to be Intel biased.
 
Status
Not open for further replies.
Back
Top Bottom