Now with GNU MultiPrecision (GMP) integers
authorSam Moore <[email protected]>
Mon, 7 Jul 2014 08:19:50 +0000 (16:19 +0800)
committerSam Moore <[email protected]>
Mon, 7 Jul 2014 08:19:50 +0000 (16:19 +0800)
commit8c88a35a1fb0dfc9e542bb1a1c13c5f3e36eb3e5
tree70c0aef9b3944984d923cdc5076bb006777594bd
parentbf91437612eb9f28fce17553d41a61b39b19b3fc
Now with GNU MultiPrecision (GMP) integers

gmpint.h is (in theory) mostly inline and shouldn't add much overhead
and was simpler than trying to understand the C++ "binding".

The Str() function is kind of terrible but that can't be helped.

Also fixed bug in realops tester (even the testers have bugs...)
And removed asm tester because the asm function is gone.

The bezier testers now don't compile, I don't think we need them anymore.
src/Makefile
src/arbint.cpp
src/gmpint.h [new file with mode: 0644]
src/main.cpp
src/tests/arbint_vs_gmpint.cpp [new file with mode: 0644]
src/tests/asm.cpp [deleted file]
src/tests/realops.cpp

UCC git Repository :: git.ucc.asn.au