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: Irix6 long doubles implemented wrong? (27_io/ostream_inserter_arith)


 > From: Richard Henderson <rth@redhat.com>
 > 
 > On Tue, Jan 28, 2003 at 08:32:19PM -0500, Kaveh R. Ghazi wrote:
 > 
 > 	floathitf2
 > 	floatunssitf2
 > 	floatunsditf2
 > 	negtf2
 > 	fix_trunctfhi2

Sorry I wasn't clear.  I can conceptually come up with the names, what
I don't see are entries for them in libfuncs.h so I assume I can't
just start using them.

Is it safe to simply add the appropriate entries to enum libfunc_index
and magically everything will work?

 > 
 > > 3.  I notice neither irix nor optabs seems to have functions to
 > >     convert *unsigned* ints to floating points.
 > 
 > For gcc, see "floatuns<MI><MF>2".
 > r~

Ditto above.

		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]