[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is there a declaration that will allow an inlined multiply?
- To: osiris@cs.utexas.edu (Rob Browning)
- Subject: Re: Is there a declaration that will allow an inlined multiply?
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Mon, 6 Mar 1995 15:49:18 -0500
- Cc: info-mcl@digitool.com
- Sender: owner-info-mcl@digitool.com
At 4:27 PM 3/4/95, Rob Browning wrote:
>No matter how many declarations I apply to the following function, I can't
>get it to inline multiplication. Is that just impossible? I don't want to
>have to resort to c++.
As you have surmised, MCL's compiler does not know how to inline
multiplication. If you really need to additional speed, you must
resort to LAP or the foreign function interface.