This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] middle-end: provide generic "isnormal" transformation


On Tue, 19 Jun 2007, Joseph S. Myers wrote:

> On Tue, 19 Jun 2007, Kaveh R. GHAZI wrote:
>
> > This patch enables a generic transformation for builtin isnormal as
> > suggested by rth in PR target/30652.  It can be overridden by a more
> > efficient optab.
>
> With these new builtins, you can probably remove some of the solaris_math
> fixincludes as they look compatible with what the (older versions of the)
> Solaris headers expect.

Yup, will do.  Any thoughts on which DEF_* macro to use?  DEF_GCC_BUILTIN,
DEF_C99_C90RES_BUILTIN or something else?

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]