Re: [Flightgear-devel] Valgrind now supports MMX insns

2003-03-31 Thread Andy Ross
Julian Seward wrote: Hi. I'm an author of valgrind, a memory debugger which I believe at least one person has used on FlightGear. Whoa. There's a celebrity on the list. :) We've just extended valgrind to handle MMX instructions, and it works on some simple-ish test cases. FlightGear

Re: [Flightgear-devel] Valgrind now supports MMX insns

2003-03-31 Thread Andy Ross
Julian Seward wrote: Andy Ross wrote: So I take it that now that segmentation and MMX support is in valgrind that the NVidia drivers will work? That would be magnificent. Alas, no. They use SSE/SSE2. I have a test machine here with an NVidia card, and I tried it over the weekend, with

Re: [Flightgear-devel] Valgrind now supports MMX insns

2003-03-31 Thread Julian Seward
So I take it that now that segmentation and MMX support is in valgrind that the NVidia drivers will work? That would be magnificent. Alas, no. They use SSE/SSE2. I have a test machine here with an NVidia card, and I tried it over the weekend, with negative results. Well, we have to do SSE

[Flightgear-devel] Valgrind now supports MMX insns

2003-03-30 Thread Julian Seward
Hi. I'm an author of valgrind, a memory debugger which I believe at least one person has used on FlightGear. We've just extended valgrind to handle MMX instructions, and it works on some simple-ish test cases. I was wondering if FlightGear can be configured to use MMX, and, if so, whether