diff options
author | Andreas Schwab <schwab@suse.de> | 1999-02-13 16:51:29 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1999-02-13 16:51:29 +0000 |
commit | 3634b0706fa816aa3fbeb40da7f0d40f160b9308 (patch) | |
tree | 7d18ca8f59751c6350b0b24ab79943dc8315e70d /ChangeLog | |
parent | c29c42b0afb80595df9c8a85897806b867b0d8eb (diff) | |
download | glibc-3634b0706fa816aa3fbeb40da7f0d40f160b9308.tar glibc-3634b0706fa816aa3fbeb40da7f0d40f160b9308.tar.gz glibc-3634b0706fa816aa3fbeb40da7f0d40f160b9308.tar.bz2 glibc-3634b0706fa816aa3fbeb40da7f0d40f160b9308.zip |
* 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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |