Date: Mon, 9 Nov 1998 15:58:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tal Lavi cc: djgpp AT delorie DOT com Subject: Re: Can't inline routines from other moudles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 9 Nov 1998, Tal Lavi wrote: > Functions which returns the correct sin,cos & tan values from the LUT. GCC usually inlines these functions under -O2, so you might already have a lot of speedup.