From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13930 invoked by alias); 19 Aug 2005 19:02:01 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 13847 invoked by uid 448); 19 Aug 2005 19:01:55 -0000 Date: Fri, 19 Aug 2005 19:02:00 -0000 Message-ID: <20050819190155.13846.qmail@sourceware.org> From: brolley@sourceware.org To: sid-cvs@sources.redhat.com Subject: src/sid/component/cgen-cpu ChangeLog fp.cxx fp ... X-SW-Source: 2005-q3/txt/msg00002.txt.bz2 List-Id: 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 * 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 * 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 * 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 * fp.h (fp): All arithmetic operator methods are now members of class fp. * fp.cxx (fp): Likewise. 2005-04-27 Dave Brolley * fp.cxx (fp::unpack): Only perform sanity check for non-nans. 2005-04-12 Dave Brolley * 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 * 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