This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30250] Evaluate lgamma/gamma at compile-time
- From: "ghazi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 May 2007 06:35:40 -0000
- Subject: [Bug middle-end/30250] Evaluate lgamma/gamma at compile-time
- References: <bug-30250-578@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from ghazi at gcc dot gnu dot org 2007-05-07 07:35 -------
I'll be doing the reentrant lgamma_r/gamma_r versions as well. (They're
actually easier because I get the signgam identifer as a pointer parameter
rather than having to find it at global scope.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30250