From ff185ae276b4f27b1650b03afdd56d2ecdfddd18 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 17 Mar 2016 12:33:10 +0100 Subject: Rename zsplit_unsigned_fast_small_tainted to zsplit_unsigned_fast_small_auto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zsqr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zsqr.c') diff --git a/src/zsqr.c b/src/zsqr.c index 8a616f0..c686348 100644 --- a/src/zsqr.c +++ b/src/zsqr.c @@ -41,7 +41,7 @@ zsqr_impl(z_t a, z_t b) if (bits < BITS_PER_CHAR) { low->chars = auxchars; high->chars = auxchars + 1; - zsplit_unsigned_fast_small_tainted(high, low, b, bits); + zsplit_unsigned_fast_small_auto(high, low, b, bits); } else { bits &= ~(BITS_PER_CHAR - 1); zsplit_unsigned_fast_large_taint(high, low, b, bits); -- cgit v1.2.3-70-g09d2