![](https://secure.gravatar.com/avatar/214fe9a0ecb4aed8994e8618ade6f5a8.jpg?s=120&d=mm&r=g)
24 Feb
2005
24 Feb
'05
6:10 a.m.
Ivan Gyurdiev wrote:
You could start by figuring out which .o file causes it (using objdump or something?) and then get G++ to spit out the assembly it's producing and look at that. Or just try disabling all the MMX in the build and see if it affects it.
I'm not quite sure how to use objdump to find it, but --disable-mmx does get rid of it.
Well, /src/libnr does have some assembly code for mmx.
Bob