From 0b77290f582f7730543f7048d632c6e811fde304 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 13 May 2001 02:15:06 +0200 Subject: Add ppc630 mpn_lshift by 1 using adde. --- doc/tasks.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/tasks.html b/doc/tasks.html index 44913eb71..955cb51f0 100644 --- a/doc/tasks.html +++ b/doc/tasks.html @@ -265,6 +265,9 @@ as mpn_lshift. Some judicious use of m4 might let the two share source code, or with a register to control the loop direction perhaps even share object code. +
  • PPC630: mpn_lshift could use an adde for a + shift-by-1. A simple loop seems to be about 1.4 c/l, compared to 1.6 for + the unrolled general case.
  • Implement mpn_mul_basecase and mpn_sqr_basecase for important machines. Helping the generic sqr_basecase.c with an mpn_sqr_diagonal might be enough for some of the RISCs. -- cgit v1.2.1