From f3b969b6991f154a1fde1ea6b4488320ed0b486f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 15 Mar 2016 11:40:46 +0100 Subject: Optimise zsetup, zgcd, zmul, and zsqr and add -flto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 23edfbf..603fabb 100644 --- a/TODO +++ b/TODO @@ -8,3 +8,10 @@ Add zranddist value based on % for fitness to bound Test big endian Test always having used > 0 for zero Test negative/non-negative instead of sign + +Test optimisation of zmul: + bc = [(Hb * Hc) << (m2 << 1)] + + [(Hb * Hc) << m2] + - [(Hb - Lb)(Hc - Lc) << m2] + + [(Lb * Lc) << m2] + + (Lb * Lc) -- cgit v1.2.3-70-g09d2