whoops , missed a pre_divrem_1

This commit is contained in:
jasonmoxham 2010-08-13 15:01:31 +00:00
parent 42eb646f27
commit cba24f002b
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -26126,7 +26126,7 @@ for tmp_fn in $gmp_mpn_functions; do
# mpn_preinv_divrem_1 might have been provided by divrem_1.asm, likewise
# mpn_preinv_mod_1 by mod_1.asm.
case $tmp_fn in
pre_divrem_1)
preinv_divrem_1)
if test "$HAVE_NATIVE_mpn_preinv_divrem_1" = yes; then continue; fi ;;
preinv_mod_1)
if test "$HAVE_NATIVE_mpn_preinv_mod_1" = yes; then continue; fi ;;

View File

@ -2648,7 +2648,7 @@ for tmp_fn in $gmp_mpn_functions; do
# mpn_preinv_divrem_1 might have been provided by divrem_1.asm, likewise
# mpn_preinv_mod_1 by mod_1.asm.
case $tmp_fn in
pre_divrem_1)
preinv_divrem_1)
if test "$HAVE_NATIVE_mpn_preinv_divrem_1" = yes; then continue; fi ;;
preinv_mod_1)
if test "$HAVE_NATIVE_mpn_preinv_mod_1" = yes; then continue; fi ;;