mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- [jlangner]: changed the GNUmakefile.68k to also build soft-float variants of all
our libraries. In addition the specs file now also respects the -msoft-float option at link time and sets the default link directory accordingly. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15176 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
- the log() and log10() functions always returned -inf() even if the arguments
|
||||
was within the valid range for a log() function. Using DBL_EPSILON as the
|
||||
threshold was not correct as EPSILON is 2.2204460492503131E-16 whereas
|
||||
- [jlangner]: changed the GNUmakefile.68k to also build soft-float variants of all
|
||||
our libraries. In addition the specs file now also respects the -msoft-float
|
||||
option at link time and sets the default link directory accordingly.
|
||||
|
||||
- [jlangner]: the log() and log10() functions always returned -inf() even if the
|
||||
arguments was within the valid range for a log() function. Using DBL_EPSILON as
|
||||
the threshold was not correct as EPSILON is 2.2204460492503131E-16 whereas
|
||||
values like 1E-200 are still valid double values for a log().
|
||||
|
||||
c.lib 1.202 (16.1.2007)
|
||||
|
||||
Reference in New Issue
Block a user