summaryrefslogtreecommitdiff
path: root/tune
Commit message (Expand)AuthorAgeFilesLines
* * tune/speed.c,speed.h,common.c,many.pl: Add measuring of mpn_com_nKevin Ryde2001-04-031-1/+15
* * tune/speed.c,speed.h,common.c,many.pl: Add measuring of mpn_com_nKevin Ryde2001-04-033-0/+54
* Remove a divmod_1 prototype no longer used.Kevin Ryde2001-03-191-1/+0
* * tune/README: Notes on the 1x1 div threshold for mpn_gcd_1.Kevin Ryde2001-03-151-0/+23
* Regenerate for:Kevin Ryde2001-03-081-3/+2
* * tune/speed.c, tests/devel/try.c: Seed RANDS, not srandom etc.Kevin Ryde2001-03-081-7/+1
* * tune/tuneup.c (KARATSUBA_MUL_THRESHOLD): Limit probing toKevin Ryde2001-03-071-1/+2
* * tune/tuneup.c (all): Start karatsuba probing at size==4, for theKevin Ryde2001-03-051-5/+8
* * tune/speed.h (speed_cyclecounter): Inline asm version for i386.Kevin Ryde2001-03-051-0/+14
* RegenerateKevin Ryde2001-03-031-0/+1
* Regenerate for Kevin's last changes.tege2001-03-011-0/+11
* * tune/many.pl: Add mpn_count_{leading,trailing}_zeros andKevin Ryde2001-02-242-9/+13
* * tune/many.pl: Add mpn_count_{leading,trailing}_zeros andKevin Ryde2001-02-241-56/+176
* * tune/tuneup.c (all): Only one compiler print should match, no needKevin Ryde2001-02-211-8/+5
* (all): Recognise DECC and MIPSpro compilers.tege2001-02-191-2/+16
* * tune/tuneup.c: Identify compiler used (GCC and Sun C so far).Kevin Ryde2001-02-151-1/+15
* * tune/tuneup.c gmp-impl.h: Tune BASECASE_SQR_THRESHOLD.Kevin Ryde2001-02-111-28/+86
* * tune/speed.c,speed.h,common.c,many.pl: Add measuring ofKevin Ryde2001-02-104-0/+21
* Regenerate for:Kevin Ryde2001-02-091-1/+1
* Add a copyright year.Kevin Ryde2001-02-081-1/+1
* More of:Kevin Ryde2001-02-041-9/+9
* * tune/many.pl (pictable): Use $(ASMFLAGS_PIC) and $(CFLAGS_PIC).Kevin Ryde2001-02-031-3/+6
* * tests/devel/try.c: Partial rewrite, new scheme of function types,Kevin Ryde2001-02-021-22/+24
* Regenerate.Kevin Ryde2001-02-021-34/+34
* * tune/Makefile.am (libspeed_la_SOURCES): Update.Kevin Ryde2001-02-011-1/+1
* * tune/divrem1div.c, tune/divrem1inv.c, tune/divrem2div.c,Kevin Ryde2001-02-014-0/+0
* * tune/README: Misc updates.Kevin Ryde2001-02-011-40/+69
* * tune/time.c: Remove unnecessary longlong.h.Kevin Ryde2001-01-311-1/+29
* * tune/freq.c (speed_cpu_frequency_proc_cpuinfo): Ignore "cycleKevin Ryde2001-01-301-3/+9
* Add some spaces to make the output pretty.Kevin Ryde2001-01-291-8/+8
* Regenerate for:Kevin Ryde2001-01-291-18/+46
* More of:Kevin Ryde2001-01-291-2/+5
* * tune/tuneup.c, gmp-impl.h, tune/speed.h, tune/common.c,Kevin Ryde2001-01-291-7/+53
* * tune/speed.c, tune/speed.h, tune/common.c, tune/Makefile.am: MeasureKevin Ryde2001-01-292-11/+142
* * tune/speed.c, tune/speed.h, tune/common.c, tune/Makefile.am: MeasureKevin Ryde2001-01-291-3/+15
* * tune/speed.h (SPEED_ROUTINE_INVERT_LIMB_CALL): Don't let theKevin Ryde2001-01-291-24/+92
* * tune/divrem_2_div.c, tune/divrem_2_inv.c, tune/sb_div.c,Kevin Ryde2001-01-284-0/+132
* * configure.in (AC_CHECK_FUNCS): Add srand48.Kevin Ryde2001-01-271-0/+2
* Regenerate for:Kevin Ryde2001-01-241-8/+21
* Regenerate for:Kevin Ryde2001-01-181-1/+1
* Add a copyright year.Kevin Ryde2001-01-183-3/+3
* Add a couple of spaces to USE_PREINV_MOD_1 to make the columns look good.Kevin Ryde2001-01-151-1/+1
* * tune/speed.h (cycles_works_p): Add prototype.Kevin Ryde2001-01-151-0/+1
* * tune/freq.c (speed_cpu_frequency_measure): Check cycles_works_pKevin Ryde2001-01-141-0/+2
* Fix a typo from:Kevin Ryde2001-01-091-1/+2
* Add a copyright year.Kevin Ryde2001-01-083-3/+3
* * tune/tuneup.c (USE_PREINV_MOD_1): Fix to use new DATA_HIGH_LT_R.Kevin Ryde2001-01-081-3/+3
* * tune/many.pl: Updates for move to tests/devel, add modexact_1_odd,Kevin Ryde2001-01-081-28/+41
* Use that new fangled "<=" operator to combine < and ==. :)Kevin Ryde2001-01-081-1/+1
* * tune/tuneup.c (fft_step_size): Test for overflow using the actualKevin Ryde2001-01-081-2/+9