Commit Graph

1449 Commits

Author SHA1 Message Date
(no author)
f228e886dc Further revamp of Python gas to yasm translator 2010-03-10 10:09:37 +00:00
(no author)
811326c5b0 Further update to Python translator 2010-03-09 19:40:49 +00:00
(no author)
c1f1636d1c improve g2y.py - the gas to yasm translator in Python 2010-03-09 15:40:03 +00:00
(no author)
f05016d00d removed spurious param for toomX_sqr for try.exe 2010-03-08 20:06:46 +00:00
(no author)
cf9e6c3308 remove duplicate mpn_com_n define and fix 32-bit assertion bug in mul.c 2010-03-08 12:58:36 +00:00
(no author)
8ff06ed3db remove use of __GMP_BITS_PER_MP_LIMB (obsolete define) from t-constants.c and Windows build 2010-03-08 09:03:17 +00:00
(no author)
4f4ef74271 Added mpir.h. 2010-03-08 02:21:19 +00:00
(no author)
9289fa8545 Added mpir.h. 2010-03-08 02:21:02 +00:00
(no author)
e0e9287ca2 Added tuning for ia64 (tune did not complete). 2010-03-08 02:20:38 +00:00
(no author)
6d6b60806c Added GMP itanium assembly code. 2010-03-08 00:26:51 +00:00
(no author)
57e1701e57 Core2/penryn tuning. 2010-03-07 03:46:51 +00:00
(no author)
393805c3bb Made some corrections to the tuning code. 2010-03-07 02:50:41 +00:00
(no author)
ae48fa4733 Fixed the bugs in my speedup of the inv_div_qr_n code. 2010-03-07 01:37:51 +00:00
(no author)
c0d907e00d Attempt at speeding up inv_div_qr_n (probably doesn't pass test yet). 2010-03-06 23:00:22 +00:00
(no author)
eecbcd7182 A small typograhical correction. 2010-03-06 17:32:17 +00:00
(no author)
c7132ec958 Removed new_bdiv_q which has been superceded. 2010-03-06 11:11:21 +00:00
(no author)
e3dd3ca81a Fixed K102 tuning values. 2010-03-04 19:17:58 +00:00
(no author)
c4a820a8f9 Reverted changes to division cutoffs. 2010-03-04 19:14:24 +00:00
(no author)
c22d37cecd Fixed some more bugs. 2010-03-04 18:00:40 +00:00
(no author)
09bec3bf2c add divexact.c to Windows builds 2010-03-04 17:40:10 +00:00
(no author)
774f47e08f Added GMP mpz_divexact code to MPIR. 2010-03-04 17:12:43 +00:00
(no author)
5795eacd2f Fixed more bugs in divexact and ran autoconf. 2010-03-04 17:06:26 +00:00
(no author)
2c11e11ac2 Fixed some bugs in divexact.c 2010-03-04 17:02:31 +00:00
(no author)
597d0e32cb Added new mpn_divexact function. 2010-03-04 16:59:38 +00:00
(no author)
1e60f640f6 add latest division code and tests to the Windows build 2010-03-03 10:29:10 +00:00
(no author)
476da06377 Tuned for core2/penryn. 2010-03-03 00:33:07 +00:00
(no author)
c7bd66e7a4 Finished tuning code for dc_bdiv fns and tuned for K102. 2010-03-03 00:30:14 +00:00
(no author)
80f6015f3c Partly fixed tuning code for dc_bdiv fns. 2010-03-03 00:15:20 +00:00
(no author)
569ca418b1 Added tuning code for dc_bdiv functions. 2010-03-03 00:03:03 +00:00
(no author)
581bbbff77 Added test code for dc_bdiv_q. 2010-03-02 22:18:31 +00:00
(no author)
5ac702b8e9 Added test code for dc_bdiv_qr. 2010-03-02 22:09:09 +00:00
(no author)
a4ceed9f68 Added test for dc_bdiv_qr_n. 2010-03-02 22:00:29 +00:00
(no author)
e5e9e1a6b9 Made dc_bdiv functions build. 2010-03-02 21:29:35 +00:00
(no author)
bb8a89d26a Added dc_bdiv_q/qr functions from GMP. 2010-03-02 21:09:03 +00:00
(no author)
728e0e2346 Added test code for dc_bdiv_q_n. 2010-03-02 19:02:55 +00:00
(no author)
52efafbfb8 Made dc_bdiv_q_n compile. 2010-03-02 18:53:21 +00:00
(no author)
6238a1f3ec Changed the interface of the sb_bdiv functions and moved David Harvey's dc_bdiv
into place.
2010-03-02 18:47:33 +00:00
(no author)
fc8633d1a1 Add new division code to the Windows build 2010-03-02 14:14:58 +00:00
(no author)
accdf0af3f A tiny typographical correction. 2010-03-02 13:58:13 +00:00
(no author)
3208d36d17 Added test code for sb_bdiv_qr. 2010-03-02 13:32:49 +00:00
(no author)
1455e3f181 Fixed bug in test code for sb_div_q and fixed comment in code for
latter.
2010-03-02 12:43:18 +00:00
(no author)
b44e0756f7 Added test code for sb_bdiv_q (which does not pass)!! 2010-03-02 02:54:55 +00:00
(no author)
d65d295d28 Added prototypes and ran autoconf. 2010-03-01 21:44:41 +00:00
(no author)
d24c09fa57 Added sb_bdiv_q and sb_bdiv_qr from GMP. 2010-03-01 21:27:57 +00:00
(no author)
0bb612fbfd Added set_strp.c to Makefile and ran automake. 2010-02-26 12:15:40 +00:00
(no author)
47e44b2bd2 Added missing mpir.h. 2010-02-26 11:16:25 +00:00
(no author)
3ff7b34464 Add extra file needed for tuning mpn_set_str 2010-02-26 11:08:41 +00:00
(no author)
5e5f7e57a5 Change MPIR v3+ tuning for mpn_get_str and mpn_set_str to match GMP5 2010-02-26 10:59:11 +00:00
(no author)
88f3536359 Update Python gas to yasm converter to remove some poor conversions 2010-02-24 20:41:02 +00:00
(no author)
fbd28cb458 Add mulmid_basecase assembler to Windows x64 builds 2010-02-24 20:37:51 +00:00