This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30652] SSE expansion is missing for isinf() and other fpclassify functions
- 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: 18 Jul 2007 18:00:56 -0000
- Subject: [Bug target/30652] SSE expansion is missing for isinf() and other fpclassify functions
- References: <bug-30652-1649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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