| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* configure.in (powerpc-*-*): Pass -maltivec to assembler for
appropriate CPUs.
|
| |
|
|
|
|
| |
(This was added by autoheader, not sure what triggered that.)
|
|
|
|
|
|
|
|
| |
* configure.in, Makefile.am, doc/gmp.texi, doc/configuration,
tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README,
demos/expr/expr.c, demos/expr/expr.h, demos/expr/expr-config-h.in,
demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c:
MPFR now published separately, remove various bits.
|
|
|
|
|
| |
* acinclude.m4, configure.in (GMP_C_RIGHT_SHIFT): Remove, no longer
needed.
|
|
|
|
|
| |
* configure.in (WANT_PROFILING_PROF, WANT_PROFILING_GPROF): New
AC_DEFINEs.
|
|
|
|
|
| |
* acinclude.m4 (GMP_C_RIGHT_SHIFT): Note that it's "long"s which we're
concerned about.
|
|
|
|
|
|
|
|
| |
* configure.in (x86-*-*): Use ABI=32 rather than ABI=standard.
Use gcc -m32 when available, to force mode on bi-arch amd64 gcc.
(x86_64-*-*): Merge into plain x86 setups as ABI=64. Support ABI=32,
using athlon code. Use gcc -mcpu=k8, -march=k8.
(amd64-*-*): Remove pattern, config.sub only gives x86_64.
|
|
|
|
|
|
| |
* configure.in (powerpc64-*-linux*): Try gcc64. Try -m64 with
"cflags_maybe" to get it used in all probing. Add sizeof-long-8 test
to check the mode is right if -m64 is not applicable.
|
|
|
|
|
|
| |
* configure.in
(AC_C_INLINE): Use rather than GMP_C_INLINE, now has #ifndef
__cplusplus we want.
|
| |
|
|
|
|
| |
* configure.in (HAVE_HOST_CPU_FAMILY_alpha): New define for config.h.
|
|
|
|
| |
* configure.in, acinclude.m4 (GMP_C_RIGHT_SHIFT): New test.
|
|
|
|
| |
* configure.in: Check for psp_iticksperclktick in struct pst_processor.
|
|
|
|
|
|
|
|
| |
Add #undefs for HAVE_NATIVE_mpn_addlsh1_n,
HAVE_NATIVE_mpn_sublsh1_n, HAVE_NATIVE_mpn_rsh1add_n,
HAVE_NATIVE_mpn_rsh1sub_n.
(gmp_mpn_functions_optional): List addlsh1_n, sublsh1_n, rsh1add_n,
and rsh1sub_n.
|
|
|
|
| |
* mpfr/*: Update to mpfr cvs 2003-08-30.
|
|
|
|
|
| |
* configure.in (WANT_MPFR): AC_DEFINE this, for the benefit of
tests/cxx/t-*.cc. (Was always meant to have been defined.)
|
|
|
|
| |
* configure.in (AC_CHECK_FUNCS): Add attr_get.
|
|
|
|
|
| |
* configure.in (AC_CHECK_FUNCS): Add attr_get.
(AC_CHECK_HEADERS): Add invent.h, sys/attributes.h, sys/iograph.h.
|
|
|
|
|
| |
* configure.in: Add various supports for fat binaries, via fat_path,
fat_functions and fat_thresholds variables.
|
|
|
|
| |
* mpfr/*: Update to mpfr cvs 2003-06-15.
|
|
|
|
| |
Recognize alphaev7* as alphaev67.
|
|
|
|
|
| |
* configure.in (AC_CHECK_HEADERS): Add sys/pstat.h.
(AC_CHECK_FUNCS): Add pstat_getprocessor.
|
|
|
|
|
| |
* configure.in (AC_CHECK_FUNCS): Add getsysinfo.
(AC_CHECK_HEADERS): Add sys/sysinfo.h and machine/hal_sysinfo.h.
|
|
|
|
| |
* configure.in (AC_CHECK_FUNCS): Add raise.
|
|
|
|
| |
* mpfr/*: Update to mpfr cvs 2003-03-17.
|
| |
|
|
|
|
| |
* mpfr/*: Update to mpfr cvs 2003-01-18.
|
|
|
|
| |
2003-01-15.
|
|
|
|
| |
* mpfr/*: Update to mpfr cvs 2003-01-11.
|
|
|
|
| |
2003-01-03.
|
|
|
|
|
| |
* configure.in (AC_CHECK_TYPES): Add uint_least32_t.
(AC_CHECK_SIZEOF): Add unsigned short.
|
|
|
|
| |
* configure.in (AC_CHECK_HEADERS) [C++]: Add <sstream>.
|
|
|
|
|
| |
* configure.in (AC_CHECK_HEADERS): Add nl_types.h.
* tests/misc/t-locale.c: Use this, for nl_item on netbsd 1.4.1.
|
|
|
|
|
|
|
| |
* configure.in (AC_CHECK_HEADERS): Add langinfo.h.
(AC_CHECK_FUNCS): Add nl_langinfo.
* configure.in (AC_CHECK_TYPES) [C++]: Add std::locale.
|
|
|
|
| |
* acinclude.m4 (GMP_C_INLINE): Don't define "inline" for C++.
|
|
|
|
|
|
| |
* configure.in (config.in): Add #undefs of HAVE_NATIVE_mpn_addmul_5,
HAVE_NATIVE_mpn_addmul_6, HAVE_NATIVE_mpn_addmul_7,
HAVE_NATIVE_mpn_addmul_8.
|
|
|
|
|
| |
* configure.in (AC_CHECK_FUNCS): Add strerror.
(AC_CHECK_DECLS): Add sys_errlist, sys_nerr.
|
|
|
|
| |
* configure.in (AC_CHECK_HEADERS): Test float.h, not in SunOS cc.
|
|
|
|
|
|
| |
* configure.in, acinclude.m4 (GMP_C_RESTRICT): Remove this, not
currently used, and #define restrict upsets Microsoft C headers on
win64. Reported by David Librik.
|
|
|
|
| |
* configure.in (AC_CHECK_FUNCS): Add strtol, for tests/rand/gen.c.
|
|
|
|
|
|
| |
* configure.in (HAVE_HOST_CPU_, HAVE_HOST_CPU_FAMILY_, HAVE_NATIVE_):
Setup templates for these using AH_VERBATIM rather than acconfig.h,
preferred by latest autoconf. Prune lists to just things used.
|
|
|
|
| |
* configure.in (--enable-profiling=instrument): New option.
|
|
|
|
|
| |
* acconfig.h: Remove spurious undefs for mpn_divrem_newton and
mpn_divrem_classic.
|
|
|
|
|
|
|
|
| |
* configure.in, acinclude.m4 (GMP_C_SIZES): Remove.
* configure.in (unsigned long, mp_limb_t): Run AC_CHECK_SIZEOF for
these unconditionally, check mp_limb_t against gmp-mparam.h values.
* configure.in: Add AC_CHECK_SIZEOF unsigned.
|
|
|
|
|
|
|
|
| |
* mpn/pa64/umul.asm, mpn/pa64/udiv.asm, mpn/asm-defs.m4, acconfig.h,
longlong.h, tune/speed.c, tune/speed.h, tune/common.c, tune/many.pl,
tests/devel/try.c: Introduce mpn_umul_ppmm_r and mpn_udiv_qrnnd_r
rather than having variant parameter order for mpn_umul_ppmm and
mpn_udiv_qrnnd on pa64.
|
|
|
|
|
|
| |
One more of:
* configure.in, acinclude.m4 (AC_DEFINE): Make templates read "Define
to 1", for clarity as per autoconf.
|
|
|
|
|
|
| |
* configure.in, acinclude.m4 (AC_DEFINE): Make templates read "Define
to 1", for clarity as per autoconf.
* acinclude.m4 (GMP_OPTION_ALLOCA): Group WANT_TMP templates.
|
|
|
|
| |
* configure.in (AC_C_BIGENDIAN): Use new style action parameters.
|
|
|
|
| |
* configure.in (AC_C_VOLATILE): New macro.
|