Ah, so it might be the athlon optimization...
/ Mirar
Previous text:
2002-12-11 23:10: Subject: gcc 3.2
Probably, yes.
However, please note that valgrind emulates a pentium-classic, thus, if you optimize for anything else, say, -march=pentiumpro or similar, things tend to break.
Also, it is not possible to run valgrind on applications using GL if you have the nVidia drivers (this includes all applications linked against such things as qt, since it pulls in the GL libraries) since the nvidia drivers use sse and mmx, and maes the rather sane assumption that at least mmx is available.
Same goes for mplayer, since many of the windows codecs use mmx.
/ Per Hedbor ()