aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1999-02-13 16:51:29 +0000
committerAndreas Schwab <schwab@suse.de>1999-02-13 16:51:29 +0000
commit3634b0706fa816aa3fbeb40da7f0d40f160b9308 (patch)
tree7d18ca8f59751c6350b0b24ab79943dc8315e70d /ChangeLog
parentc29c42b0afb80595df9c8a85897806b867b0d8eb (diff)
downloadglibc-3634b0706fa816aa3fbeb40da7f0d40f160b9308.zip
glibc-3634b0706fa816aa3fbeb40da7f0d40f160b9308.tar.gz
glibc-3634b0706fa816aa3fbeb40da7f0d40f160b9308.tar.bz2
* sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
of separare explicit comparisons. Sun Feb 14 01:49:29 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead of separare explicit comparisons.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12c3200..e883ffb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 14 01:49:29 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
+ of separare explicit comparisons.
+
1999-02-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet