projects
/
power-instruction-analyzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c6c84
)
change loop order
author
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 26 May 2020 03:27:41 +0000
(20:27 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 26 May 2020 03:27:41 +0000
(20:27 -0700)
src/main.rs
patch
|
blob
|
history
diff --git
a/src/main.rs
b/src/main.rs
index 220991a5bc90eceba7cd0ca71b37b960d0ab0108..5cdde9e0030f0d9c49d68b3cac42349d555d2b75 100644
(file)
--- a/
src/main.rs
+++ b/
src/main.rs
@@
-163,9
+163,9
@@
const TEST_VALUES: &[u64] = &[
];
fn main() {
- for &
dividend in TEST_VALUE
S {
- for &divi
sor
in TEST_VALUES {
- for &
(f, name) in TestDivInput::FUNCTION
S {
+ for &
(f, name) in TestDivInput::FUNCTION
S {
+ for &divi
dend
in TEST_VALUES {
+ for &
divisor in TEST_VALUE
S {
let inputs = TestDivInput {
dividend,
divisor,