From 12c41168a55e2e04a9029037509740a7b78d50dc Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 8 May 2002 02:48:39 +0200 Subject: Add mpn_umul_ppmm, mpn_udiv_qrnnd returning a structure. --- doc/tasks.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/tasks.html b/doc/tasks.html index 37336ad50..f8877f752 100644 --- a/doc/tasks.html +++ b/doc/tasks.html @@ -33,7 +33,7 @@ MA 02111-1307, USA.
- This file current as of 7 May 2002. An up-to-date version is available at + This file current as of 8 May 2002. An up-to-date version is available at http://www.swox.com/gmp/tasks.html. Please send comments about this page to bug-gmp@gnu.org. @@ -537,6 +537,11 @@ MA 02111-1307, USA. on suitable machines. This ends up happening for decimal by presenting the compiler with a run-time constant, but the same for other bases would be good. Perhaps use could be made of the fact base<256. +
  • mpn_umul_ppmm, mpn_udiv_qrnnd: Return a + structure like div_t to avoid going through memory, in + particular helping RISCs that don't do store-to-load forwarding. Clearly + this is only possible if the ABI returns a structure of two + mp_limb_ts in registers.

    New Functionality

    -- cgit v1.2.1