2003-08-07 Chris Takahashi 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 * floatdisf.c: Fix function typo (prepend two leading '_') 2003-08-06 4:45pm PST Chris Takahashi Modified files: divsf.c Comment: Did quick optimization on floating-point division; sped up sign extraction. 2003-08-06 Chris Takahashi 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.