summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-01-26 21:56:50 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-01-26 21:56:50 +0100
commitc212d72f36b9980e9b18791de62e07a76f4b40e8 (patch)
treecac0eb5e657ba64f89fa43be98d64a74d7bd25bc /tune
parent3e87de96132a7cbcf43281aca79a4a1ea39f30aa (diff)
downloadgmp-c212d72f36b9980e9b18791de62e07a76f4b40e8.tar.gz
fac_ui: test above thresholds, and remove typos.
Diffstat (limited to 'tune')
-rw-r--r--tune/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/Makefile.am b/tune/Makefile.am
index c0e0bbbab..a836dc84d 100644
--- a/tune/Makefile.am
+++ b/tune/Makefile.am
@@ -159,7 +159,7 @@ sqr_asm.asm: $(top_builddir)/mpn/sqr_basecase.asm
echo 'define(SQR_TOOM2_THRESHOLD_OVERRIDE,SQR_TOOM2_THRESHOLD_MAX)' >sqr_asm.asm
echo 'include(../mpn/sqr_basecase.asm)' >>sqr_asm.asm
-# FIXME: Should it depend on $(top_builddir)/mpz/fac_ui.h too?
+# FIXME: Should it depend on $(top_builddir)/fac_ui.h too?
fac_ui.c: $(top_builddir)/mpz/fac_ui.c
echo "#define TUNE_PROGRAM_BUILD 1" >fac_ui.c
echo "#define __gmpz_fac_ui mpz_fac_ui_tune" >>fac_ui.c