head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2003.08.07.23.16.08;	author ctakahashi;	state Exp;
branches;
next	1.3;

1.3
date	2003.08.07.10.16.49;	author diwil;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.06.23.48.58;	author ctakahashi;	state Exp;
branches;
next	1.1;

1.1
date	2003.08.06.20.47.01;	author ctakahashi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Optimized
@
text
@2003-08-07 Chris Takahashi <ctakahashi (_at_) users.sourceforge.net>
	Modified files:
        subsf.c

  * subsf.c: Optimized floating-point subtract function.  Zero check handled
             by __addsf3().  Tested using simu with the following cases:
         waldorf.csc.calpoly.edu/~dstearns/SIM/Examples/FloatAdder/explain.html
		 

2003-08-07 Dmitry Diky <diwil@@mail.ru>
  * floatdisf.c: Fix function typo (prepend two leading '_')
  
2003-08-06 4:45pm PST Chris Takahashi <ctakahashi (_at_) users.sourceforge.net>
	Modified files:
		divsf.c

	Comment:
		Did quick optimization on floating-point division; sped up sign 
		extraction.

2003-08-06 Chris Takahashi <ctakahashi (_at_) users.sourceforge.net>
	Modified files:
		eqsf.c
		gesf.c
		gtsf.c
		lesf.c
		ltsf.c
		nesf.c
		cmpsf.c

	Comment:
		Fixed floating-point comparison.  Preformed rudimentary functional
		tests to confirm correctness.
@


1.3
log
@fix typo
@
text
@d1 9
@


1.2
log
@Did quick optimization on floating-point division; sped up sign extraction.
@
text
@d1 3
@


1.1
log
@Started a ChangeLog
@
text
@d1 8
@

