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: dewar at gnat dot com, rguenth at tat dot physik dot uni-tuebingen dot de
- Cc: aoliva at redhat dot com, gcc at gcc dot gnu dot org, gdr at integrable-solutions dot net,s dot bosscher at student dot tudelft dot nl
- Date: Wed, 30 Jul 2003 10:04:36 -0400 (EDT)
- Subject: Re: std::pow implementation
> Also portability is not only about different targets, but also about
> different compilers! Declaring something inline for one compiler doesnt
> necessary have the same desired semantics for inline for another one.
good point ...