Div, Mul, Neg, Rem, Sub

This commit is contained in:
Renar Narubin
2021-11-05 11:44:10 -07:00
parent 87b0aeab0c
commit ea523d8f67
2 changed files with 145 additions and 13 deletions

View File

@@ -14,5 +14,9 @@ harness = false
num-traits = { version = "0.2", optional = true }
[dev-dependencies]
criterion = "0.3"
criterion = { version = "0.3", features = ["html_reports"] }
rand = "0.8"
[profile.test]
# run tests at high optimization to exercise typical codegen
opt-level = 3