aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
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)