Bill Allombert on Sun, 17 May 2009 14:50:32 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
GMP kernel activated by default when available |
Hello PARI-lovers, I have made a change to PARI2.4.3SVN (r11717): The GMP kernel is now chosen by default when GMP is available, because the GMP kernel is much faster than the traditional PARI kernel. This will only affect you if you have built PARI without GMP. In that case, if you want to continue to use PARI without GMP, you need to pass --without-gmp to Configure. The only downside is that binaries build for PARI-without-gmp will not work with PARI-with-gmp, so you will need to rebuild them. Cheers, Bill.