Differences From 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...]
To Artifact [1e78a5d4d0]:
- File win/Makefile.in — part of check-in [0d77fb2374] at 2019-03-08 19:54:37 on branch core-8-branch — Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions are macro's currently, but will be real function in next libtommath. Bad idea for Tcl to depend on ... (user: jan.nijtmans size: 36306) [more...]
| ︙ | |||
380 381 382 383 384 385 386 387 388 389 390 391 392 393 | 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 | + |
bn_mp_div_d.${OBJEXT} \
bn_mp_div_2.${OBJEXT} \
bn_mp_div_2d.${OBJEXT} \
bn_mp_div_3.${OBJEXT} \
bn_mp_exch.${OBJEXT} \
bn_mp_expt_d.${OBJEXT} \
bn_mp_expt_d_ex.${OBJEXT} \
bn_mp_get_bit.${OBJEXT} \
bn_mp_get_int.${OBJEXT} \
bn_mp_get_long.${OBJEXT} \
bn_mp_get_long_long.${OBJEXT} \
bn_mp_grow.${OBJEXT} \
bn_mp_init.${OBJEXT} \
bn_mp_init_copy.${OBJEXT} \
bn_mp_init_multi.${OBJEXT} \
|
| ︙ |