summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-09-15 23:16:51 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-09-15 23:16:51 +0200
commitc1a214a647a469b395582a503dbe8f02d720fdfc (patch)
tree5020e9d0986171c15c53c286c7835a548117b1a2 /gmp-impl.h
parent191c69326a2a8106cb2323cf9dfb1b4d54c7a1c8 (diff)
downloadgmp-c1a214a647a469b395582a503dbe8f02d720fdfc.tar.gz
Fix a comment.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index f4f9c44f0..5e3f3620b 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -4587,7 +4587,8 @@ __GMP_DECLSPEC int __gmp_doscan (const struct gmp_doscan_funs_t *, void *, const
#if WANT_FAT_BINARY && (HAVE_HOST_CPU_FAMILY_x86 || HAVE_HOST_CPU_FAMILY_x86_64)
/* NOTE: The function pointers in this struct are also in CPUVEC_FUNCS_LIST
- in mpn/x86/x86-defs.m4. Be sure to update that when changing here. */
+ in mpn/x86/x86-defs.m4 and mpn/x86_64/x86_64-defs.m4. Be sure to update
+ those when changing here. */
struct cpuvec_t {
DECL_add_n ((*add_n));
DECL_addlsh1_n ((*addlsh1_n));