From c3e2fb22359d51e281c5005389db33c85ab144a6 Mon Sep 17 00:00:00 2001 From: jasonmoxham Date: Mon, 15 Jun 2009 03:18:40 +0000 Subject: [PATCH] fixed trac 212 , missing entrie in fat structure --- mpn/x86/fat/fat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mpn/x86/fat/fat.c b/mpn/x86/fat/fat.c index bd6552ed..d695e512 100644 --- a/mpn/x86/fat/fat.c +++ b/mpn/x86/fat/fat.c @@ -138,6 +138,7 @@ struct cpuvec_t __gmpn_cpuvec = { __MPN(divexact_byBm1of_init), __MPN(divrem_1_init), __MPN(divrem_euclidean_qr_1_init), + __MPN(divrem_euclidean_qr_2_init), __MPN(gcd_1_init), __MPN(lshift_init), __MPN(mod_1_init),