Mercurial > hg > octave-lyh
diff NEWS @ 8370:34960ba08a81
document more new features in the NEWS file
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 04 Dec 2008 09:52:30 +0100 |
parents | 242756f065f0 |
children | b65c75203cef |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -109,4 +109,17 @@ The underlying code used for indexing of arrays has been completely rewritten and so the indexing of arrays is now significantly faster. + ** 64-bit integer arithmetic + Arithmetic with 64-bit integers (int64 and uint64 types) is fully supported, + with saturation semantics like the other integer types. Most of the integer + arithmetic operations was rewritten to exploit integer arithmetic in the CPU + efficiently. As a result, performance was significantly improved. + + ** Diagonal and permutation matrices + The interpreter can now treat diagonal and permutation matrices as special + objects, rather than general full matrices. Therefore, it is now possible + to construct & use these matrices in linear algebra without suffering a + performance penalty. + + See NEWS.3 for old news.