Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/devel/try.c: Add testing of mpn_mul_2, and a | Kevin Ryde | 2001-04-03 | 1 | -36/+78 |
| | | | | DATA_MULTIPLE_DIVISOR attribute. | ||||
* | Add a note to the "Future" section. | Kevin Ryde | 2001-03-08 | 1 | -0/+4 |
| | |||||
* | Regenerate for: | Kevin Ryde | 2001-03-08 | 1 | -3/+2 |
| | | | | | | | | * configure.in (gmp.h, mp.h, demos/expr/expr-impl.h): Generate using AM_CONFIG_HEADER. (_LONG_LONG_LIMB, HAVE_MPFR): Change to AC_DEFINEs. * Makefile.am (EXTRA_DIST): Remove gmp-h.in and mp-h.in, now done automatically. | ||||
* | * tests/devel/try.c (param_init): Fix reference functions for and_n | Kevin Ryde | 2001-03-08 | 1 | -2/+2 |
| | | | | and nand_n. | ||||
* | * tune/speed.c, tests/devel/try.c: Seed RANDS, not srandom etc. | Kevin Ryde | 2001-03-08 | 1 | -7/+1 |
| | |||||
* | * tests/devel/try.c (pointer_setup): Allow dst_size == SIZE_SIZE2 for | Kevin Ryde | 2001-03-05 | 1 | -0/+4 |
| | | | | the benefit of mpn_tdiv_qr. | ||||
* | Regenerate | Kevin Ryde | 2001-03-03 | 1 | -0/+1 |
| | |||||
* | More of: | Kevin Ryde | 2001-02-02 | 1 | -0/+2 |
| | | | | | * tests/devel/try.c: Partial rewrite, new scheme of function types, allow result validation functions, add sqrtrem and jacobi testing. | ||||
* | Regenerate. | Kevin Ryde | 2001-02-02 | 1 | -0/+3 |
| | |||||
* | * tests/devel/Makefile.am: Add a convenience rule for libtests.la. | Kevin Ryde | 2001-02-02 | 1 | -0/+3 |
| | |||||
* | Regenerate. | Kevin Ryde | 2001-02-02 | 1 | -0/+1 |
| | |||||
* | * tests/devel/try.c: Partial rewrite, new scheme of function types, | Kevin Ryde | 2001-02-01 | 1 | -463/+1124 |
| | | | | allow result validation functions, add sqrtrem and jacobi testing. | ||||
* | Regenerate for: | Kevin Ryde | 2001-01-24 | 1 | -0/+2 |
| | | | | | | | * configure.in, mpn/Makeasm.am (ASMFLAGS_PIC): New substitution, allowing -DPIC to be suppressed on cygwin. (CFLAGS_PIC): New substitution, use it and $(CC) directly, rather than $(LIBTOOL), avoiding a problem with FreeBSD 2.2.8. | ||||
* | * tests/devel/try.c: Remove mpn_mod_1_rshift testing. | Kevin Ryde | 2001-01-08 | 1 | -6/+0 |
| | |||||
* | Regenerate with swox automake, not latest cvs. | Kevin Ryde | 2001-01-07 | 1 | -5/+0 |
| | |||||
* | * mpn/tests/Makefile.am, mpn/tests/README: Move to tests/devel, update. | Kevin Ryde | 2001-01-06 | 1 | -25/+6 |
| | | | | (This checkin is the update.) | ||||
* | Generated from tests/devel/Makefile.am. | Kevin Ryde | 2001-01-06 | 1 | -0/+496 |
| | |||||
* | * mpn/tests/Makefile.am, mpn/tests/README: Move to tests/devel, update. | Kevin Ryde | 2001-01-06 | 1 | -7/+6 |
| | | | | (This checkin is the update.) | ||||
* | * tests/devel/try.c: Use libtests, define PROT_NONE if the system | Kevin Ryde | 2001-01-06 | 1 | -53/+12 |
| | | | | doesn't. | ||||
* | * mpn/tests/Makefile.am,README: Move to tests/devel, update. | Kevin Ryde | 2001-01-06 | 2 | -0/+74 |
| | | | | (This checkin just the move.) | ||||
* | * tests/devel: New directory. | Kevin Ryde | 2001-01-06 | 14 | -0/+4595 |
* mpn/tests/*.c: Move programs to tests/devel. |