summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-04-01 14:22:08 (GMT)
committersebres <sebres@users.sourceforge.net>2019-04-01 14:22:08 (GMT)
commitfe3690ee6df33d914b2ed7e7f0b04360f33afb04 (patch)
tree2992f5e0b6a16dd3b38d0787a696fcecb743961d /win/Makefile.in
parent882c8764205e6a05ce5c82bcec93f9be386f3f73 (diff)
parent71548ebe9ca2b563c734845409dc47641e13eb23 (diff)
downloadtcl-fe3690ee6df33d914b2ed7e7f0b04360f33afb04.zip
tcl-fe3690ee6df33d914b2ed7e7f0b04360f33afb04.tar.gz
tcl-fe3690ee6df33d914b2ed7e7f0b04360f33afb04.tar.bz2
integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations and simplifications of 8.7 (tommath 1.1), well-arranged branching of long/wide/bignum base and exponent cases, test-cases extended to cover all this branches and edge cases.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index a427eee..cc3de21 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -365,6 +365,10 @@ TOMMATH_OBJS = \
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} \