jangko
|
0dc6afe9d4
|
let the tests compileable and run
|
2023-06-12 21:07:15 +07:00 |
|
Mamy Ratsimbazafy
|
4660dfe4a4
|
Use littleEndian for limb-endianness: bigEndian arch are very rare, untestable in CI, a pain to maintain and an intermediate serialization step instead of casting is cheap
|
2023-06-12 17:11:14 +07:00 |
|
Mamy Ratsimbazafy
|
7efa2483e4
|
Division/modulo implemented - pass property-based testing vs ttmath
|
2023-06-12 17:11:13 +07:00 |
|
Mamy André-Ratsimbazafy
|
dd3ab71029
|
For division we need internal add/sub/shift/bitwise so create internal files [skip-ci]
|
2023-06-12 17:08:21 +07:00 |
|
Mamy André-Ratsimbazafy
|
7f6c588ce3
|
Passing addition tests (however simple bitwise ops crash the int128 VM ... during compilation)
|
2023-06-12 17:08:20 +07:00 |
|
Mamy André-Ratsimbazafy
|
a0dec54c12
|
Implement multiplication
|
2023-06-12 17:08:20 +07:00 |
|
Mamy André-Ratsimbazafy
|
206ffa92cf
|
Implement multiprecision addition / substraction
|
2023-06-12 17:08:19 +07:00 |
|
Jacek Sieka
|
9c51f9e7d5
|
use bitops2 from shims (#77)
|
2019-05-09 21:46:40 +02:00 |
|
mratsim
|
7fa6329d4c
|
Change the test flag from mpint_test to stint_test
|
2018-10-08 21:11:06 +00:00 |
|
mratsim
|
f7fcecb395
|
Export marker + assign to result.data + fix forward decl and visibility issues introduced by the removal of the templates
|
2018-10-08 21:11:06 +00:00 |
|
Yuriy Glukhov
|
ad09fe3a94
|
Corrected package structure
|
2018-05-08 17:42:42 +03:00 |
|