mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Update 'NEWS'.
This commit is contained in:
parent
7ca88a403f
commit
22c76fd822
1 changed files with 3 additions and 9 deletions
12
NEWS
12
NEWS
|
@ -11,12 +11,6 @@ Changes in 2.0.8 (since 2.0.7):
|
|||
|
||||
** Reorder points in order of importance and make comprehensible
|
||||
|
||||
** Document recent improvements to array code
|
||||
|
||||
** Possible entries for Bug Fixes
|
||||
*** Fixes for Mingw (Andy?)
|
||||
*** Fix for FreeBSD with threads(?)
|
||||
|
||||
** Assemble thanks
|
||||
|
||||
* Notable changes
|
||||
|
@ -70,10 +64,10 @@ problems had far-reaching implications, since the compiler uses
|
|||
`sqrt' now produces exact rational results when possible, and handles
|
||||
very large or very small numbers more robustly.
|
||||
|
||||
Operations involving exact rationals have been optimized, most notably
|
||||
`integer-expt' and `expt'.
|
||||
A number (ahem) of operations involving exact rationals have been
|
||||
optimized, most notably `integer-expt' and `expt'.
|
||||
|
||||
`exact->inexact' now guarantees correct IEEE rounding.
|
||||
`exact->inexact' now performs correct IEEE rounding.
|
||||
|
||||
** New optimizations
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue