This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: std::pow implementation
- From: dewar at gnat dot com (Robert Dewar)
- To: gdr at integrable-solutions dot net, martin at MPA-Garching dot MPG dot DE
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 30 Jul 2003 09:52:50 -0400 (EDT)
- Subject: Re: std::pow implementation
> But this implies an "inline" directive
> which would more or less _force_ the compiler to always inline the code.
Yes, but there is nothing in the standard or in common sense that requires
you to treat this implicit inline the same way you would treat other inlines,
since the compiler has plenty of freedom in its handling of inline.