Mamy André-Ratsimbazafy
777a84e9f5
Implement toHex/fromHex and fix `shl`
2023-06-12 17:08:20 +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
andri lim
2b5d083dac
fixes 32bit problem
2019-10-25 19:54:41 +03:00
andri lim
6eb7b7054e
fixes related to Nim v1.0.2 32 bit type inference rule modification
2019-10-19 16:56:18 +07:00
mratsim
7e0289fbdf
Fix regression due to when bool restriction 361a2d830a
and https://github.com/nim-lang/Nim/issues/7375
2018-08-24 13:34:29 +02:00
coffeepots
2a85ed2e40
Fix multiplication on 32 bit systems ( #60 )
2018-08-10 08:37:04 +02:00
Mamy Ratsimbazafy
36ec850c4f
Compile time signed ints ( #55 )
...
* Refactor asSignedWords, kill 130+ lines
* Allow signed int initialization at compiletime.
* inline procs in uint_mul
* Fix an unfortunate shadowing in high(Int)
2018-06-18 16:44:29 +02:00
Yuriy Glukhov
ad09fe3a94
Corrected package structure
2018-05-08 17:42:42 +03:00