debugging bigint division

This commit is contained in:
hyunghwan.chung
2019-04-04 09:30:24 +00:00
parent 3d4e0396ca
commit e7ccbc36b4
3 changed files with 187 additions and 44 deletions

View File

@ -163,7 +163,7 @@ typedef struct moo_obj_word_t* moo_oop_word_t;
* BIGINT TYPES AND MACROS
* ========================================================================= */
#if (MOO_SIZEOF_UINTMAX_T > MOO_SIZEOF_OOW_T)
# define MOO_USE_FULL_WORD
/*# define MOO_USE_FULL_WORD*/
#endif
#if defined(MOO_USE_FULL_WORD)