You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have mp_cmp_d, mp_add_d, mp_sub_d, mp_div_d, mp_mod_d. These are optimised functions which operate on single digits. It might make sense to additionally offer platform independent small integer functions like mp_add_i32. Previous discussion in #243.
The text was updated successfully, but these errors were encountered:
We have
mp_cmp_d, mp_add_d, mp_sub_d, mp_div_d, mp_mod_d
. These are optimised functions which operate on single digits. It might make sense to additionally offer platform independent small integer functions likemp_add_i32
. Previous discussion in #243.The text was updated successfully, but these errors were encountered: