On Wed, Mar 12, 2003 at 04:50:53PM -0800, Richard Hodges wrote: > I got lwl and lwr from a memcpy() with two void pointers... > > I quickly changed those to the (aligned) structure pointers instead, and > then memcpy() changed to ordinary word loads and stores. > > So, is somebody starting a toolchain for that new Chinese CPU? :-) Wouldn't be the first processor without lwl/lwr instructions. There have been a few that didn't implement it for silly bean^Wgate counting issues others have done it for patent and licensing reasons. (Afair MIPS's patent is about to expire and IBM's prior art patent in the same area is even way older but that legalese ...) Ralf