wbhart
|
e75c271a3f
|
Fixed missing includes in t-next_likely_prime.c and t-rand.c.
|
2012-09-28 16:17:18 +00:00 |
|
wbhart
|
b0f3391568
|
Fixed integer overflow warning in gcdext.c.
|
2012-09-28 15:57:37 +00:00 |
|
wbhart
|
e77e27ca6b
|
Fix compiler warning in fft_combine_limbs/bits.
|
2012-09-28 15:56:03 +00:00 |
|
wbhart
|
a1a5855710
|
Corrected misspelled filename.
|
2012-09-28 15:02:22 +00:00 |
|
wbhart
|
43fc69e2bf
|
Autoreconf -i.
|
2012-09-28 14:57:58 +00:00 |
|
wbhart
|
17cbb8eccb
|
Added fft/tune.
|
2012-09-28 14:55:52 +00:00 |
|
gladman
|
b3c032a269
|
add some missing win32 assembler files
|
2012-09-28 11:36:44 +00:00 |
|
gladman
|
a5d6cad0b0
|
remove some Visual Studio build files wrongly added to the repository
|
2012-09-28 08:23:15 +00:00 |
|
gladman
|
d981389b86
|
change mpn_invert_truncate to mpn_invert_trunc for naming compatibility
|
2012-09-27 21:12:13 +00:00 |
|
wbhart
|
a4cd5f75a1
|
autoconf -i after adding tests/fft.
|
2012-09-27 20:46:32 +00:00 |
|
wbhart
|
942def5229
|
Added tests/fft to test directories.
|
2012-09-27 20:44:33 +00:00 |
|
gladman
|
92a6cdf4bf
|
update Visual Studio build files for file name changes
|
2012-09-27 20:40:31 +00:00 |
|
wbhart
|
72913185ba
|
Autoreconf -i after filename updates.
|
2012-09-27 20:21:45 +00:00 |
|
gladman
|
e8680c1ed9
|
revert invert_trunc back to invert_truncate
|
2012-09-27 20:16:48 +00:00 |
|
gladman
|
944355c8a1
|
change 'truncate' in file names AND symbols with 'trunc' (except in mpn_invert_truncate)
|
2012-09-27 20:00:46 +00:00 |
|
gladman
|
1875ca307f
|
rename Visual Studio test projects to cut name lengths of fft projects
|
2012-09-27 17:28:00 +00:00 |
|
wbhart
|
cee3aa1b4c
|
Removing autom4te.cache's as these didn't fix the problem (and shouldn't).
|
2012-09-27 14:53:41 +00:00 |
|
wbhart
|
908294215f
|
Attempt to add autom4te.caches to build on MinGW32
|
2012-09-27 14:38:30 +00:00 |
|
wbhart
|
1c437c6ca0
|
Attempt to run MinGW32 version of autoreconf -i (same version as Linux!!)
|
2012-09-27 14:11:51 +00:00 |
|
wbhart
|
cccb8804a9
|
Update line endings to local style.
|
2012-09-27 13:44:57 +00:00 |
|
wbhart
|
e9f0fd246d
|
Ran autoreconf -i.
|
2012-09-26 16:51:27 +00:00 |
|
wbhart
|
ea155b9587
|
Ran autoconf, autoheader, aclocal, automake.
|
2012-09-26 16:16:26 +00:00 |
|
wbhart
|
29e8d6fbee
|
Added 32/64 bit tuning values in fft_tuning.h.
|
2012-09-25 16:50:49 +00:00 |
|
wbhart
|
05c51ddd91
|
Removed old FFT tuning params from gmp-mparam.h files.
|
2012-09-25 15:43:18 +00:00 |
|
gladman
|
43dd875071
|
move Windows command line build files
|
2012-09-09 15:06:04 +00:00 |
|
gladman
|
5205d30dda
|
Update to batch file build for MSVC provided by Case
Remove macro bug found by Case
|
2012-09-05 14:11:27 +00:00 |
|
gladman
|
b9853f5ffb
|
Add macros for __GNU_MP_RELEASE and __MPIR_RELEASE
|
2012-09-01 07:13:16 +00:00 |
|
gladman
|
f54e4ededd
|
change some longs to mpir_si in tests
|
2012-08-22 09:52:01 +00:00 |
|
gladman
|
f0bf316daf
|
add HAVE_LITTLE_ENDIAN define to Windows configuration files
|
2012-08-08 16:23:54 +00:00 |
|
gladman
|
a362359283
|
A further update to the Visual Studio build
|
2012-08-08 10:14:42 +00:00 |
|
gladman
|
6fd7ade562
|
remove windows builds no longer supported by default
|
2012-08-08 09:57:14 +00:00 |
|
wbhart
|
8eac9cf2c2
|
Fixed a documentation error wrt -ve exponents in mpz_powm_ui.
|
2012-08-08 08:45:13 +00:00 |
|
wbhart
|
74a92f7050
|
Whoops I reverted the fix by mistake. This puts it back.
|
2012-08-08 08:28:39 +00:00 |
|
wbhart
|
d12e69aaf6
|
Ran autoconf, automake, autoheader.
|
2012-08-08 08:19:51 +00:00 |
|
wbhart
|
813219a066
|
Fixed a bug in speed/common for dc_bdiv_qr_n.
|
2012-08-08 06:35:48 +00:00 |
|
wbhart
|
6f542aa81d
|
Fixed fft stuff in tuneup.
|
2012-08-08 05:04:56 +00:00 |
|
wbhart
|
ea8c9d864a
|
Added typo to match incorrect filename in fft directory.
|
2012-08-08 03:30:08 +00:00 |
|
wbhart
|
41e09c0660
|
Attempt to add fft files to tuneup.
|
2012-08-08 03:26:04 +00:00 |
|
wbhart
|
3af2edd91d
|
Removed mul_fft.c from tuneup.
|
2012-08-08 02:54:34 +00:00 |
|
wbhart
|
bf3aa0c14e
|
Added GLOBAL_FUNC ripping back as Linux doesn't build without it.
|
2012-08-08 01:38:52 +00:00 |
|
gladman
|
4131e0f9fd
|
replace a few missed longs with mpir_si/mpir_ui types
|
2012-07-29 19:10:32 +00:00 |
|
gladman
|
4fc4fe0884
|
merge mpir-exp branch into trunk
|
2012-07-27 13:26:23 +00:00 |
|
gladman
|
c67430f35f
|
commit changes to remove conflicts after merge from trunk
|
2012-07-27 08:16:21 +00:00 |
|
wbhart
|
4c29ce4840
|
Update configure for new fft functions, run autoconf, automake.
|
2012-07-26 20:22:06 +00:00 |
|
gladman
|
c53080049f
|
update Windows build files
|
2012-07-19 20:48:56 +00:00 |
|
gladman
|
685a5726fd
|
add some trunk changes to exp branch
|
2012-07-19 19:52:41 +00:00 |
|
gladman
|
1bd41a7b27
|
add minor changes from trunk to Windows x64 assembler files
|
2012-07-19 19:42:18 +00:00 |
|
gladman
|
d239b27564
|
minor changes in Windows build
|
2012-07-19 18:42:45 +00:00 |
|
gladman
|
f629c5ce4f
|
convert mpn_mulmod_2expp1 to mpn_mulmod_Bexpp1 and remove test of the original version
|
2012-07-19 13:01:13 +00:00 |
|
gladman
|
2c05d7c98b
|
complete new FFT and strip out old one
|
2012-07-18 11:02:59 +00:00 |
|