This is the mail archive of the gcc-bugs@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]

[Bug target/30652] SSE expansion is missing for isinf() and other fpclassify functions



------- Comment #9 from ghazi at gcc dot gnu dot org  2007-07-18 18:00 -------
Generic implementations for isinf, isfinite and isnormal installed on trunk.

Still possibly want optabs where it is profitable.

Also, isnan doesn't allow for optabs at the moment.  Should convert it into
this system.


-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30652


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