This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] Use GCC's math builtins in std_cmath.h
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Cc: roger at eyesopen dot com
- Date: Mon, 17 Nov 2003 17:54:18 -0600 (CST)
- Subject: Re: [v3] Use GCC's math builtins in std_cmath.h
- Organization: Networks and Infrastructure Lab (IL02/2240), Motorola Labs
> It then turns out that doing this, std_cmath no longer needs to provide
> function prototypes or using directives for the C library's versions in
> the __gnu_cxx::__c99_binding namespace. I'm not sure if this adversely
> affects the ABI, but the patch below simply removes these statements
> now that they're no longer needed. [...]
> Ok for mainline??
Roger, as the author of the hack you just removed: Sweet!
Regards,
Loren