21.
Are you sure DiVX and TMPGEnc used SEE3 ?
The performance difference between Venice and Winchester 3500+ is the same is in non-SSE3 benchmarks.
Can anyone claim for 100% that SSE3 was used ?
After all the code could have been like :
if (Pentium_4_x || Pentium_4_y)
use_SSE3();
else
use_non_SSE3_code();
(that is , not checking CPU capability, but CPU type/name)
Regards,
xerces8
The performance difference between Venice and Winchester 3500+ is the same is in non-SSE3 benchmarks.
Can anyone claim for 100% that SSE3 was used ?
After all the code could have been like :
if (Pentium_4_x || Pentium_4_y)
use_SSE3();
else
use_non_SSE3_code();
(that is , not checking CPU capability, but CPU type/name)
Regards,
xerces8
[Posted by: xerces8 | Date: 05/03/05 09:34:51 AM]





