|
From: | Michael D Godfrey |
Subject: | Re: Rethinking octave_idx_type |
Date: | Fri, 25 Nov 2016 17:27:26 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
Currently we define octave_idx_type to be the same as the integer type used by BLAS, LAPACK, and other functions that have a "Fortran" interface. By default, this means 32-bit integers even on 64-bit systems and arrays are limited to less than 2John, 31 elements. This affects all of Octave, even if you don't actually want to pass large arrays to the functions that actually have these size limits. This appears to be a significant improvement. right now, I cannot think of anything that this would break. Now that 64-bit is more common it makes sense to make Octave "naturally" 64_bit. 32 bit may become a special case... Michael |
[Prev in Thread] | Current Thread | [Next in Thread] |