diff options
author | Andreas Grois <andi@grois.info> | 2022-10-23 15:51:30 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-23 15:51:30 +0200 |
commit | cb219708923df26e0efc0ce172e1be7414287fe2 (patch) | |
tree | 7d4b8e42df9a6f2847687247fdb2bc4b6b2dad29 /.gitignore | |
parent | e17a38b1c44215911c1a84d94413e7f486edcaa3 (diff) |
Fix benchmark errors.
20 bytes worst case was using 16 bytes.
32 bytes full division was producing a leading zero.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +/.vscode /target /Cargo.lock *~ |