This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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, soft-fp]: Do not handle cleared exceptions in __neg_f2() functions


On Sat, May 19, 2007 at 03:34:03PM +0200, Uros Bizjak wrote:
> There is no need to handle exceptions __neg_f2() soft-fp functions as 
> they are cleared in previous line.

That's wrong, please read sysdeps/sparc{32,64}/soft-fp/sfp-machine.h's
FP_HANDLE_EXCEPTIONS and SPARC ISA manuals about the cexc field.
Even FP_CLEAR_EXCEPTIONS; FP_HANDLE_EXCEPTIONS; does something on SPARC.

	Jakub


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