commit a02ba0b0602fb1d6caa5ce332a0c3483c3e4c4aa
Author:     Mattias Andrée <[email protected]>
AuthorDate: Fri May 6 12:02:42 2016 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Fri May 6 12:02:53 2016 +0200

    zsqr is no longer slower than zmul, they are identical
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/STATUS b/STATUS
index 84b45e1..46fdfab 100644
--- a/STATUS
+++ b/STATUS
@@ -97,7 +97,7 @@ zsub .................... always fastest
   optimising their dependencies:
 
 zmul .................... fastest after ~4096
-zsqr .................... slowest, but asymptotically fastest (for now, use 
zmul instead)
+zsqr .................... slowest, but asymptotically fastest
 zstr_length(a, 10) ...... gmp is faster
 zstr(a, b, n) ........... fastest after ~700
 

Reply via email to