|
From: Nicholas N. <nj...@ca...> - 2003-09-15 07:28:57
|
On Fri, 12 Sep 2003, Jorrit Tyberghein wrote: > > It seems there are two sort of problems with nVidia drivers: > > > > * They use MMX/SSE instructions which are not supported by valgrind. > > How hard would it be for valgrind to support MMX? Not very. It already supports (I think) all the MMX instructions and some/most of the SSE/SSE2 ones. The remaining SSE ones are being added slowly. N |