I wanted to personalize my program depending on the computer in which plays, be INTEL or AMD
The Pentium 4, it has instructions SSE and SSE2, if when compiling I say that uses SSE2 it plays worse than with the option for defect, with SSE it seems to play equally.
The AMD that I have has instructions SSE, SSE2 and SSE3, but it happens the same thing, if I use SSE2 it plays worse.
Does the code have to be prepared to use this instructions?
I use Visualc++ 2005 express, one can make some personalization depending of if it is the processor INTEL or AMD ?
I have the impression that my program plays worse in tourney with processors AMD64.
Best,
Pedro