nim-stint/stint/private
Mamy Ratsimbazafy a46c62bc83
Uint - allow compile-time evaluation for all procs (#54)
* Initial commit - allow all ops at compile-time on uint.

* Update benchmark

* Delete commented ideal version of asWordsiterate, it  is obvious from the workaround (and is tracked in the PR)
2018-06-18 12:54:25 +02:00
..
as_signed_words.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
as_words.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
bithacks.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
conversion.nim Corrected package structure 2018-05-08 17:42:42 +03:00
datatypes.nim Corrected package structure 2018-05-08 17:42:42 +03:00
initialization.nim Compile-time creation of Uint (#53) 2018-06-16 18:54:40 +02:00
int_addsub.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
int_bitwise_ops.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
int_comparison.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
int_div.nim Corrected package structure 2018-05-08 17:42:42 +03:00
int_highlow.nim fix highest signed int comment 2018-05-17 09:45:42 +02:00
int_mul.nim Corrected package structure 2018-05-08 17:42:42 +03:00
int_negabs.nim Corrected package structure 2018-05-08 17:42:42 +03:00
stdlib_bitops.nim Corrected package structure 2018-05-08 17:42:42 +03:00
uint_addsub.nim Corrected package structure 2018-05-08 17:42:42 +03:00
uint_bitwise_ops.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
uint_comparison.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
uint_div.nim Corrected package structure 2018-05-08 17:42:42 +03:00
uint_exp.nim Modular arithmetic (#47) 2018-05-16 10:41:46 +02:00
uint_highlow.nim Corrected package structure 2018-05-08 17:42:42 +03:00
uint_mul.nim Corrected package structure 2018-05-08 17:42:42 +03:00