Commit Graph

1186 Commits

Author SHA1 Message Date
(no author)
954d2e4258 Ran automake. 2010-02-23 19:15:58 +00:00
(no author)
e4f2121e07 Added test for inv_div_q. 2010-02-23 19:13:24 +00:00
(no author)
f6ad9b966e Add GMP5 mpn_get_str and mpn_set_str to MPIR 2010-02-22 14:38:46 +00:00
(no author)
555146e2d9 add new C file for compliment 2010-02-22 12:58:03 +00:00
(no author)
d3a7e095c4 Add mpn_sqr, mpn_neg and mpn_com for GMP5 compatibility 2010-02-22 12:21:17 +00:00
(no author)
96730fb3ab Improve memory usage of dc_divappr_q_n. 2010-02-22 02:20:04 +00:00
(no author)
575c38c7d6 Added an itch function. 2010-02-22 01:49:32 +00:00
(no author)
a5f8b60fe2 Fixed some incorrect things in the division code. 2010-02-22 00:45:04 +00:00
(no author)
69b3ac6b38 2010-02-21 19:51:12 +00:00
(no author)
0ad3dfc64c Retune for Core2/penryn. 2010-02-21 17:08:33 +00:00
(no author)
f0ee2d2055 Added some extra checks to prevent infinite loops and did some minor
cleanup.
2010-02-21 16:58:09 +00:00
(no author)
007e9d8ed0 Corrected some bugs in the division code. 2010-02-21 15:47:37 +00:00
(no author)
7ee22203e6 Minor removal of comment. 2010-02-21 14:15:41 +00:00
(no author)
c21f247435 Add division tests to the Windows builds 2010-02-20 10:41:04 +00:00
(no author)
4538e699fa Fixed more bugs. 2010-02-20 01:31:02 +00:00
(no author)
dd872ac9d0 Fixed a bug in inv_div_qr. 2010-02-20 01:14:43 +00:00
(no author)
c98e613e37 Fixed a bug in inv_divappr_q and added a test for inv_divappr_q. 2010-02-20 01:02:01 +00:00
(no author)
fe5a013729 Added test for inv_divappr_q. 2010-02-19 23:54:27 +00:00
(no author)
e0ca4c9759 Ran automake and fixed the test. 2010-02-19 23:25:39 +00:00
(no author)
5d2b324fbd Added test code for dc_div_qr_n. 2010-02-19 23:12:12 +00:00
(no author)
7befb9443c Ran automake and fixed the test. 2010-02-19 22:52:35 +00:00
(no author)
821971548e Added test for dc_divappr_q. 2010-02-19 22:36:47 +00:00
(no author)
b572d22940 Ran automake and fixed a bug in the test. 2010-02-19 22:18:28 +00:00
(no author)
2ba08515f1 Added test for dc_div_qr. 2010-02-19 22:12:53 +00:00
(no author)
54f313fb2d Ran automake and fixed some bugs. 2010-02-19 21:59:10 +00:00
(no author)
53165d5298 Switched sb_div_qr test to test the right thing! Added test for dc_div_q. 2010-02-19 21:21:47 +00:00
(no author)
8908b35bcc Ran automake. 2010-02-19 21:17:12 +00:00
(no author)
9d334363a8 Added a test for sb_div_qr.c. 2010-02-19 21:15:16 +00:00
(no author)
e287b618a9 Ran automake and corrected test code. 2010-02-19 20:42:32 +00:00
(no author)
d0bd28e2d0 Added a new test for sb_div_q. 2010-02-19 20:27:08 +00:00
(no author)
27e7e1a492 Tuned yet again for core2/penryn. 2010-02-19 17:06:19 +00:00
(no author)
1d88fcbc0f Fixed a tuning bug and tuned for K102. 2010-02-19 16:53:01 +00:00
(no author)
c649c25885 remove use of of GMP function not in MPIR (mpn_bdiv_dbm1) 2010-02-19 16:30:08 +00:00
(no author)
2175d5423a Retuned for core2/penryn. 2010-02-19 16:20:55 +00:00
(no author)
9f277af0fb Added some more sensible starting points. 2010-02-19 16:13:03 +00:00
(no author)
36cec3aaa4 Added further functions to be tuned. 2010-02-19 16:09:29 +00:00
(no author)
596ed07fbc Added some tuning for core2/penryn and some additional functions to be
built by tuning code.
2010-02-19 16:09:02 +00:00
(no author)
714f4c750a Added more tuning for division functions. 2010-02-19 15:43:20 +00:00
(no author)
f50d7f04ff Hopefully fixed tuning of division routines. 2010-02-19 15:22:22 +00:00
(no author)
fb889a5428 Ran automake. 2010-02-19 12:56:30 +00:00
(no author)
f444a2bf6c Attempt to tune some of the division functions. 2010-02-19 12:54:56 +00:00
(no author)
89ef2d6caf Add logic functions in C (logops.c) to the Windows builds that need them (32-bit & generic C) 2010-02-18 18:59:54 +00:00
(no author)
5b52d6c93d Update Windows tuning files (only nehalem done though) 2010-02-18 18:18:52 +00:00
(no author)
016be7aef9 1. Remove duplicate logic defines from gmp-impl.h 2010-02-18 18:15:58 +00:00
(no author)
2e2976dd0e Added tuning info for core2/penryn. 2010-02-18 16:03:50 +00:00
(no author)
19b37fb7c1 Added speed, tune and try code for toom8_mul/sqr and tuning for K102. 2010-02-18 14:50:40 +00:00
(no author)
d7b3af99f2 1. Add toom8 code to Windows build
2. tidy up gmp-mparam.h for a future tuning effort on Windows
2010-02-18 14:39:28 +00:00
(no author)
fea5f0c849 Added a missing mpir.h and some proxy tuning values for core2/penryn
toom8 squaring.
2010-02-18 13:46:24 +00:00
(no author)
9cb500d53b Turned on toom8 squaring code. 2010-02-18 13:40:38 +00:00
(no author)
660b1caaf4 Fixed multiplications being too unbalanced for Toom8h. 2010-02-18 13:15:23 +00:00