From cb219708923df26e0efc0ce172e1be7414287fe2 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 23 Oct 2022 15:51:30 +0200 Subject: Fix benchmark errors. 20 bytes worst case was using 16 bytes. 32 bytes full division was producing a leading zero. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 89e1cba..52d546c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.vscode /target /Cargo.lock *~ -- cgit v1.2.3