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] Optionally emit SSE ABI libm calls on x86



On Fri, 8 Jul 2005, Richard Henderson wrote:

> On Fri, Jul 08, 2005 at 09:31:17AM +0200, Richard Guenther wrote:
> > I honestly doubt it is worth the trouble - my evil plan is to share
> > the actual implementation between x86_64 and i386 anyway... and as
> > Uli just made the possibility of sticking these into libm vanish, I
> > hope to do even more interesting things inside libgcc then.
> 
> I'm not going to let you put them in libgcc either.  You should
> be putting these into a brand new library.

Putting together a simple wrapper with SSE ABI in an external library
was simple.  So here it is, for people to play with (and not having
libimf.a around):
http://www.tat.physik.uni-tuebingen.de/~rguenth/gcc/libsse2-0.0.tar.gz

Richard.


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