vault backup: 2023-10-04 11:33:31
This commit is contained in:
parent
56b6dd8a55
commit
e041f2a297
1 changed files with 9 additions and 1 deletions
|
@ -10,4 +10,12 @@ Não vai ser vetorizável.
|
||||||
|
|
||||||
|
|
||||||
#### b)
|
#### b)
|
||||||
i - j - k TO
|
result of change cycles to i, k , j :
|
||||||
|
A -> consecutive elements in a row -> consecutive access in the vector
|
||||||
|
C -> consecutive elements in a row -> consecutive access in the vector
|
||||||
|
B -> consecutive elements in a row -> consecutive access in the vector
|
||||||
|
|
||||||
|
i k j
|
||||||
|
0 0 1
|
||||||
|
|
||||||
|
Vai ser vetorizável.
|
Loading…
Add table
Add a link
Reference in a new issue