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: [RFC] Enable SSE2 math intrinsics for fpmath=sse and fast-math


> On Wed, Jun 08, 2005 at 07:42:22PM +0200, Jan Hubicka wrote:
> > I would preffer this choice, so we have no compatibility issues across
> > non-glibc targets and we can control them closely...
> 
> We don't need to control them closely.  We can create our own separate
Hmm, for math libraries we probably won't need much future changes
ineed.  I am thinking about similar mechanizm for the string functions
(ie glibc string functions are pretty poor on i386 for quite a while and
calling them with stack passing conventions is quite a bottleneck).  If
we get into busyness of having our own library pieces of string
functions I guess we can handle it independently on this issue anyway...

Honza
> library, if we really want, but I don't want them in libgcc.
> 
> 
> 
> r~


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