Xref: utzoo comp.arch:6956 alt.next:262 Path: utzoo!hoptoad!amdcad!sun!pitstop!sundc!seismo!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.arch,alt.next Subject: Re: RISC v. CISC --more misconceptions Message-ID: <371@auspex.UUCP> Date: 1 Nov 88 17:39:11 GMT References: <156@gloom.UUCP> <18931@apple.Apple.COM> <40@sopwith.UUCP> <10471@s.ms.uky.edu> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 7 >Yea really ... and compilers use integer multiplies all the >time when referencing into arrays... Integer multiplies by *constants*, most of the time; you can often do those better with shifts and adds than you can with the machine's multiply instruction (and no, I'm not talking about the 68010, which doesn't have a 32x32 multiply instruction).