Displaying 1 result from an estimated 1 matches for "frag_recon".
2009 Feb 03
3
Issues with Win32 MMX code
Hi folks.
Mozilla had some issues with the MMX optimized frag_recon functions over
the last days, and I was able to track the problem down. The code itself
is fine, but it unfortunately it has the tendency to cause a
non-deterministic compiler bug.
The whole discussion is here:
https://bugzilla.mozilla.org/show_bug.cgi?id=474937
After thinking about the pr...