This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Optimizations on long long multiply/divide on PowerPC32 don't
- From: Joe Buck <jbuck at synopsys dot COM>
- To: torvalds at transmeta dot com (Linus Torvalds)
- Cc: pkoning at equallogic dot com (Paul Koning), gcc at gcc dot gnu dot org
- Date: Mon, 10 Dec 2001 11:31:38 -0800 (PST)
- Subject: Re: Optimizations on long long multiply/divide on PowerPC32 don't
Linus writes:
> Gcc doesn't support inline functions without optimization (it does in C++,
> and it may be that even the C side has started to honour the "inline"
> keyword, but I've never been interested enough to check), and Linux has
> always tended to prefer inline functions over complicated macros.
No, even in C++ GCC does not inline functions without optimization.