Commit Graph

1265 Commits

Author SHA1 Message Date
(no author)
96c9f0ead2 Some commits appear to have been missed. 2010-03-14 22:42:55 +00:00
(no author)
e7143e6ef3 Removed old sb_divrem_mn and added copyright to sb files I've touched. 2010-03-14 19:29:08 +00:00
(no author)
c5ce40f051 Tuning for K10 and fixed a tuning bug. 2010-03-14 19:24:27 +00:00
(no author)
5bef504b53 Rearrange tuning code and retune for core2/penryn. 2010-03-14 18:50:31 +00:00
(no author)
8927647c11 Remove dc_divrem_n. 2010-03-14 16:14:21 +00:00
(no author)
4ad343f4f3 Removed sb_divrem_mn 2010-03-14 16:02:32 +00:00
(no author)
096e35260d Temporarily switched to sb_div_qr so that sb_divrem_mn can be removed. 2010-03-14 15:44:06 +00:00
(no author)
36ca8eb0a9 Removed toom7 code. 2010-03-14 14:16:35 +00:00
(no author)
33cd4d77fa Lowered the iterations on two well tested functions. 2010-03-14 13:46:49 +00:00
(no author)
2e7f1349e4 Better tuning values and commit a modified file. 2010-03-14 02:13:05 +00:00
(no author)
a504019ac0 Slight speedup of toom4 code. 2010-03-14 02:01:52 +00:00
(no author)
f2beb7ece2 Made some improvements to the arithmetic in toom4. 2010-03-14 01:17:02 +00:00
(no author)
227c4b55bf add core to apple darwin apllenopic selection 2010-03-13 20:22:07 +00:00
(no author)
d2423263a0 enable applenopic for more p6 type cpus 2010-03-13 16:41:12 +00:00
(no author)
23404d7ee5 remove mpirbench from tarball trac ticket 275 2010-03-13 11:40:20 +00:00
(no author)
fee55d4772 Add GMP compatibility defines and gmp_errno to MPIR 2010-03-12 11:05:23 +00:00
(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