Commit Graph

2023 Commits

Author SHA1 Message Date
gladman
dcc1656584 Add missed tests for new GCD code 2011-10-14 11:19:25 +00:00
jasonmoxham
23a05815a1 update copyright for tune/common.c for fn speed_mpn_hgcd 2011-10-14 01:52:06 +00:00
gladman
6b418564c1 correct minor build error in VC++ builds 2011-10-13 18:57:37 +00:00
gladman
7cf1b9eddf update all VC++ builds for new GCD code 2011-10-13 18:51:08 +00:00
gladman
ec6de10132 update tuning for new GCD on Windows and add new tests 2011-10-13 12:45:24 +00:00
jasonmoxham
e700a7ed62 nehalem tuning 2011-10-13 07:34:48 +00:00
jasonmoxham
46b35c3ad0 tuning for sandybridge 2011-10-13 07:14:16 +00:00
jasonmoxham
2ba892e9d1 tuning fo hgcd 2011-10-13 07:01:55 +00:00
jasonmoxham
34d3495f4b some tuning for the new gcd 2011-10-12 20:48:10 +00:00
gladman
5058e2b96d remove unnecessary files when new GCD is used 2011-10-12 17:58:47 +00:00
jasonmoxham
9ffbe673b2 configure for gcd 2011-10-12 11:30:09 +00:00
gladman
5ff8f72cbf bring into full sync with my current code 2011-10-11 21:59:03 +00:00
gladman
68923e990b 2011-10-11 21:47:05 +00:00
gladman
1cff180492 2011-10-11 21:23:09 +00:00
jasonmoxham
e425019812 branch from trunk 2011-10-11 20:20:40 +00:00
gladman
836b489c81 correct typo 2011-09-28 22:00:10 +00:00
jasonmoxham
f16f543573 bump version and so numbers ready for release 2011-09-27 23:04:16 +00:00
jasonmoxham
a009055239 remove ancient stuff from docs 2011-09-27 20:40:07 +00:00
jasonmoxham
58158fdd43 syntax error 2011-09-27 07:49:30 +00:00
jasonmoxham
7d51fdd399 add new model 45 is sandybridge? 2011-09-16 21:37:37 +00:00
gladman
65b06c968a Add experimental Python VC++ build file creator 2011-09-12 09:17:35 +00:00
jasonmoxham
65b1ec121a removed all use HAVE_HOST , except for timing on the powerpc 2011-09-12 01:23:43 +00:00
jasonmoxham
44f0e6f33e corrected wrong ret code 2011-09-11 23:33:34 +00:00
gladman
4fb7f44fb0 correct FP changes for Windows 2011-09-11 23:01:18 +00:00
jasonmoxham
4c893096bf remove obsolete x86_fldcw and x86_fstcw that change rounding modes 2011-09-11 21:00:43 +00:00
gladman
29b116c806 remove HAVE_HOST stuff in build.vc10 2011-09-11 19:53:04 +00:00
jasonmoxham
c0f53686c5 remove all references to GMP_IEEE_FLOATS , thats the only type we support anyway 2011-09-11 19:04:40 +00:00
jasonmoxham
d09a1e4dd1 removed all have_host_x86 etc except for build,vc10 dir 2011-09-11 18:48:44 +00:00
jasonmoxham
9f34508f50 correct rounding mode tests and generalize, remove some more have_host's 2011-09-11 18:41:46 +00:00
jasonmoxham
0490047f68 disable yasm for *.asm and use gas as some functions are slightly faster 2011-09-11 13:38:18 +00:00
jasonmoxham
4c22eae4ed remove more have_host_cpu_* 2011-08-30 23:57:26 +00:00
jasonmoxham
f07959acd0 remove referances to some non existent paths 2011-08-30 22:06:14 +00:00
jasonmoxham
f585f30def remove some old powerpc32 minor optimiztions 2011-08-30 21:28:48 +00:00
jasonmoxham
5a21c6ff6a remove rest of special alpha code , very minor slowdowns 2011-08-30 20:56:10 +00:00
jasonmoxham
b503fcced2 remove pointless differences between old cpus ie k6's 2011-08-30 20:41:29 +00:00
jasonmoxham
1cf83265ac remove use of FORCE_DOUBLE ie 80bit floats which are slower now anyway 2011-08-17 15:27:10 +00:00
jasonmoxham
7c6376758a remove some HAVE_HOST_CPU_* and some x86 macro's in then x64 dirs 2011-08-17 15:09:34 +00:00
gladman
9fce07531a minor tidy up 2011-08-12 14:43:51 +00:00
jasonmoxham
a6c2480527 removed some alpha specific stuff 2011-08-10 15:54:48 +00:00
jasonmoxham
5b095b52b5 cleanup 2011-07-27 08:06:01 +00:00
jasonmoxham
fedabb4c9a replace old add_n_sub_n by sumdiff 2011-07-24 19:19:58 +00:00
jasonmoxham
1f133530f1 write new toom eval for +-1 using addadd and sumdiff 2011-07-24 19:09:36 +00:00
gladman
bb009d186b Add sumdiff_n for core2 and penryn and mod_1_1 for penryn on Windows 2011-07-23 15:57:46 +00:00
jasonmoxham
4a02d0ca94 New asm fn mpn_sumdiff_n for penryn 2011-07-23 14:32:28 +00:00
jasonmoxham
19b89f6bda New asm mpn_sumdiff_n for core2 2011-07-23 13:16:30 +00:00
gladman
01eba40795 add mpn_sumdiff_n for nehalem on Windows 2011-07-22 23:03:59 +00:00
jasonmoxham
30e7a89da6 New mpn_sumdiff_n for nehalem 2011-07-22 21:47:35 +00:00
gladman
427dead3d1 Update latest core2 assembler on Windows 2011-07-22 12:22:35 +00:00
gladman
c42eb996ca update latest assembler for nehalem on Windows 2011-07-22 12:13:14 +00:00
jasonmoxham
210aa44bfb New addadd addsub subadd for core2/penryn , note same as nehalem code 2011-07-22 11:34:39 +00:00