tomsfastmath

TomsFastMath is a fast public domain, open source, large integer arithmetic library written in portable ISO C.

OTHER License

Stars
213
Committers
12

Bot releases are visible (Hide)

tomsfastmath - v0.13.1 Latest Release

Published by sjaeckel over 7 years ago

Bugfix release 0.13.1

 -- Fix missing fp_rand symbol in shared library
 -- Fix some parameters in API signatures that should've been const
 -- Bugfixes and improvements contributed by Sebastian Siewior, Reiner Herrmann and Mathias Tausig
tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath -

Published by sjaeckel almost 9 years ago

tomsfastmath - v0.13.0

Published by sjaeckel almost 9 years ago

This is the v0.13.0 release

 -- Add fp_rand()
 -- Fix bug in fp_sub() reported by Martins Mozeiko
 -- Fix bugs/apply patches in fp_mul() and fp_sqr() reported by rasky
 -- Fix bugs in fp_read_radix()
 -- Fix build issues for Linux x32 ABI
 -- Sebastian Siewior provided fp_toradix_n(),
    reported multiple issues on behalf of ClamAV
    and did most of the testing work to be able to push this release out.
 -- Fix a load of compiler warnings.