| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2016-02-06 | 1.1 kB | |
| calc-devel-2.12.5.2-12.x86_64.rpm | 2016-02-06 | 568.5 kB | |
| calc-debuginfo-2.12.5.2-12.x86_64.rpm | 2016-02-06 | 935.9 kB | |
| calc-2.12.5.2.tar.bz2 | 2016-02-06 | 955.4 kB | |
| calc-2.12.5.2-12.x86_64.rpm | 2016-02-06 | 1.4 MB | |
| calc-2.12.5.2-12.src.rpm | 2016-02-06 | 983.7 kB | |
| Totals: 6 Items | 4.8 MB | 0 | |
The following are the changes in this release:
Removed rules and makefile variables assocated with shortened
calc version numbers of less than 4 levels.
Under OS X (darwin), if /usr/include is missing, warnings
are issued to help the user use xcode-select --install
so that one may properly compile C code.
Lowered REDC levels:
#define MAXREDC 256 /* number of entries in REDC cache */
#define SQ_ALG2 28 /* size for alternative squaring */
config("sq2") == 28 /* was 3388 */
#define MUL_ALG2 28 /* size for alternative multiply */
config("mul2") == 28 /* was 1780 */
#define POW_ALG2 20 /* size for using REDC for powers */
config("pow2") == 20 /* was 176 */
#define REDC_ALG2 25 /* size for using alternative REDC */
config("redc2") == 25 /* was 220 */
The alg_config.cal script appears to be not correctly finding the
best REDC values. While it has been improved, alg_config.cal still
seems to be suspect on how it attempts to find the best values.
Fixed an intro help file mistake found by Roger Hardiman
<roger at rjh dot org dot uk>.