Differences From Artifact [d13436281f]:
- File win/Makefile.in — part of check-in [c5c83014d6] at 2019-01-22 18:09:26 on branch core-8-branch — Many simplifications in tclExecute.c, now that libtommath provides new functions mp_tc_and, mp_tc_or and mp_tc_xor (user: jan.nijtmans size: 36250)
To Artifact [30e4a75855]:
- File win/Makefile.in — part of check-in [e8e92eb381] at 2019-01-22 21:44:27 on branch core-8-branch — One more libtommath function, mp_tc_div_2d, which simplifies code. Some more code readability improvements. (user: jan.nijtmans size: 36279) [more...]
| ︙ | |||
415 416 417 418 419 420 421 422 423 424 425 426 427 428 | 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 | + |
bn_mp_set_long_long.${OBJEXT} \
bn_mp_shrink.${OBJEXT} \
bn_mp_sqr.${OBJEXT} \
bn_mp_sqrt.${OBJEXT} \
bn_mp_sub.${OBJEXT} \
bn_mp_sub_d.${OBJEXT} \
bn_mp_tc_and.${OBJEXT} \
bn_mp_tc_div_2d.${OBJEXT} \
bn_mp_tc_or.${OBJEXT} \
bn_mp_tc_xor.${OBJEXT} \
bn_mp_to_unsigned_bin.${OBJEXT} \
bn_mp_to_unsigned_bin_n.${OBJEXT} \
bn_mp_toom_mul.${OBJEXT} \
bn_mp_toom_sqr.${OBJEXT} \
bn_mp_toradix_n.${OBJEXT} \
|
| ︙ |