public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid/component/cgen-cpu ChangeLog fp.cxx fp ...
@ 2005-08-19 19:02 brolley
  0 siblings, 0 replies; only message in thread
From: brolley @ 2005-08-19 19:02 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2005-08-19 19:01:53

Modified files:
	sid/component/cgen-cpu: ChangeLog fp.cxx fp.h Makefile.am 
	                        Makefile.in 
Added files:
	sid/component/cgen-cpu: cgen-fpu.cxx cgen-fpu.h 

Log message:
	2005-08-19  Dave Brolley  <brolley@redhat.com>
	
	* cgen-fpu.cxx: New file.
	* cgen-fpu.h: New file.
	* Makefile.am (libcgencpu_la_SOURCES): Add cgen-fpu.cxx.
	* Makefile.in: Regenerated.
	* Contribute the following enhancements to floating point
	support:
	
	2005-06-14  Dave Brolley  <brolley@redhat.com>
	
	* fp.h (do_round,do_normal_round,do_normal_underflow,do_normal_overflow)
	:
	Now virtual.
	* fp.cxx (do_normal_overflow): Round up to infinity only if
	the result is positive.
	(operator-): Don't apply 'neg' to a nan.
	(neg): Return src if it is a qnan.
	
	2005-05-20  Dave Brolley  <brolley@redhat.com>
	
	* fp.cxx (pack_any): Ensure that nan results have a positive sign.
	(operator-): Simply call operator+ with the rhs negated.
	* fp.h (is_negative): New method of fp.
	
	2005-05-13  Dave Brolley  <brolley@redhat.com>
	
	* fp.h (fp): All arithmetic operator methods are now members
	of class fp.
	* fp.cxx (fp): Likewise.
	
	2005-04-27  Dave Brolley  <brolley@redhat.com>
	
	* fp.cxx (fp::unpack): Only perform sanity check for non-nans.
	
	2005-04-12  Dave Brolley  <brolley@redhat.com>
	
	* fp.h: Move static constants and functions to top of file for
	visibility within the file.
	(get_status): New method of fp.
	(get_class): Likewise.
	(qnan_fraction): Likewise.
	(snan_fraction): Likewise.
	(qnan_exponent): Likewise.
	(snan_exponent): Likewise.
	* fp.cxx (fp_to_int): throw fp::overflow for overflow.
	(pack_any): Use [sq]nan_{exponent,fraction} to construct nans.
	(unpack): Initialize status to 'ok'. Set class and status using
	is_qnan_fraction and is_qnan respectively.
	
	2005-03-18  Dave Brolley  <brolley@redhat.com>
	
	* fp.cxx: Move static items from here.
	* fp.h: To here. Make some methods virtual. Make private members
	protected.
	(is_inexact): New method.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-fpu.cxx.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-fpu.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.62&r2=1.63
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/fp.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/fp.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/Makefile.am.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/Makefile.in.diff?cvsroot=src&r1=1.14&r2=1.15


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-19 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-19 19:02 src/sid/component/cgen-cpu ChangeLog fp.cxx fp brolley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).