Brian Gladman
|
4b80fffeae
|
add tests for the MPN logic functions
|
2017-05-23 19:46:01 +01:00 |
|
Alexander Kruppa
|
578bf82f68
|
nsumdiff_n, computes -(a+b), a-b
|
2017-01-21 22:59:20 +01:00 |
|
William Hart
|
9cf9b9bbaf
|
Remove gcd_finda.asm and references to it.
|
2014-03-25 20:14:46 +00:00 |
|
jasonmoxham
|
f1ec8a275e
|
add half/double test code and correct return values
|
2011-07-13 12:54:47 +00:00 |
|
jasonmoxham
|
c23be9f56f
|
changed order of params for redc_1 for all the C code , just asm and try.c to do
|
2010-12-16 04:54:51 +00:00 |
|
jasonmoxham
|
e34cec1068
|
change name of redc_basecase to redc_1 and export
|
2010-12-16 02:32:35 +00:00 |
|
jasonmoxham
|
4be87d9bd4
|
refmpn_not should not try to return a value
|
2010-11-10 18:56:18 +00:00 |
|
jasonmoxham
|
2708d3f949
|
replace divebyfobm1.* with divexact_byfobm1.* and rename consistently
|
2010-08-13 13:53:34 +00:00 |
|
jasonmoxham
|
a5859040cf
|
new generic function mpn_not
|
2010-07-22 19:41:30 +00:00 |
|
gladman
|
3d80645be9
|
1. Change symbol mpn_divexact_bybM1of to mpn_divexact_fobm1 in *.c, *.h, *.in and config.* files
2. Change filenames divebybm1of.<c|asm|as> to divebyfobm1.<c|asm|as>
3. Change filename t-divebybm1of.c to t-divebyfobm1.c
4. Update Windows builds accordingly
|
2010-07-09 11:56:57 +00:00 |
|
wbhart
|
380b80372a
|
Fixed some bugs in mpn_tdiv_q and added a try test for mpn_tdiv_q.
|
2009-10-11 06:46:10 +00:00 |
|
jasonmoxham
|
bf0f5c4e6f
|
add carry limb into the existing rsh_divrem_hensel
|
2009-10-04 02:16:25 +00:00 |
|
jasonmoxham
|
61c42e5ae1
|
New generic divrem_hensel's functions and tests,tunes
|
2009-09-29 16:41:28 +00:00 |
|
jasonmoxham
|
7fc74fc3ab
|
refmpn functions for add/sub_err1/2
|
2009-09-10 09:24:04 +00:00 |
|
jasonmoxham
|
35e24c6d30
|
in refmpn.c make sure we use refmpn functions not just mpn functions
|
2009-09-10 08:55:40 +00:00 |
|
jasonmoxham
|
8a0e159dcd
|
add mpn_add/sublsh_nc to try.exe
|
2009-09-02 15:52:19 +00:00 |
|
jasonmoxham
|
cda8da9c76
|
add mpn_add_err1 etc to try
|
2009-09-02 12:46:03 +00:00 |
|
jasonmoxham
|
a8da3b5617
|
try tests for addlsh etc
|
2009-08-23 16:23:55 +00:00 |
|
jasonmoxham
|
1a7781ade8
|
New K8 asm function mpn_lshiftc
|
2009-08-12 03:13:11 +00:00 |
|
wbhart
|
e732476ad3
|
Added more mulmid test code including mulmid_basecase.
|
2009-07-24 06:53:30 +00:00 |
|
wbhart
|
1f5523b9d6
|
Attempt to add test code for mulmid and mulmid_n.
|
2009-07-24 06:09:04 +00:00 |
|
jasonmoxham
|
a1b14414c6
|
New generic mpn_store and tests/tune etc
|
2009-05-14 19:29:28 +00:00 |
|
jasonmoxham
|
3b7c555c8e
|
New generic functions/macros mpn_lshift2 mpn_rshift2 and tests/speed etc
|
2009-05-14 02:44:19 +00:00 |
|
jasonmoxham
|
b52aa5a59e
|
mpn_mul_2 doesn't do size=1
|
2009-04-22 22:05:08 +00:00 |
|
jasonmoxham
|
bd56955e74
|
divexact_by Bm1of try tests
|
2009-04-14 06:19:16 +00:00 |
|
jasonmoxham
|
70dbf93478
|
make dist-hook to add dummy alias make install-gmpcompat
|
2009-04-13 05:17:43 +00:00 |
|
jasonmoxham
|
8ca3be5bef
|
merge div-branch into trunk with svn merge -r 1782:1816 ../branches/x86_64-division/ run on my local trunk
|
2009-03-31 23:56:06 +00:00 |
|
jasonmoxham
|
2235444edf
|
x86_64 mpn_subadd_n plus tests,tune
|
2009-03-29 10:49:51 +00:00 |
|
wbhart
|
32a114be59
|
Added new reference test for divexact_byff
|
2009-03-07 14:41:22 +00:00 |
|
wbhart
|
710d61a3e6
|
Added reference mpn implementations for missing try functions.
|
2009-03-07 01:33:39 +00:00 |
|
jasonmoxham
|
deb06ea4ed
|
merged k8-branch into trunk , autotools , few handbits , windows bits just copyed over
|
2009-02-19 23:22:30 +00:00 |
|
jasonmoxham
|
b76677c8fc
|
changed libgmp*.* for a few odd cases left
|
2009-02-12 12:25:23 +00:00 |
|
jasonmoxham
|
e554550755
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.h ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.cc) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
|
wbhart
|
c7caca6d56
|
Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am
|
2008-06-25 07:33:36 +00:00 |
|
brgladman
|
48248cda46
|
1. longlong.h change to add MSVC intrinsics
2. longlong.h rearrangement for Intel compiler
3. MSVC additions in test code
4. GMP 4.2.1 bug fixes
5. Intel format assembly code
|
2008-05-18 22:20:43 +00:00 |
|
wbhart
|
a197a2d3eb
|
Basic GMP files with a new core2 directory and amd_64 directory with Martin's and Gaudry's patches.
Removed directories for no longer supported architectures.
|
2008-04-17 21:03:07 +00:00 |
|