mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Fix indentation
This commit is contained in:
+6
-6
@@ -1660,7 +1660,7 @@ Graphical representation of the operation:
|
|||||||
mask: | 1 | 0 | 1 | 0 |
|
mask: | 1 | 0 | 1 | 0 |
|
||||||
+-------------------+
|
+-------------------+
|
||||||
| |
|
| |
|
||||||
v v
|
v v
|
||||||
+-------------------+
|
+-------------------+
|
||||||
vals: | v0 | v1 | v2 | v3 |
|
vals: | v0 | v1 | v2 | v3 |
|
||||||
+-------------------+
|
+-------------------+
|
||||||
@@ -1958,7 +1958,7 @@ the picture represents the `indices` parameter:
|
|||||||
idx: | 0 | 3 | 1 | 1 |
|
idx: | 0 | 3 | 1 | 1 |
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
^ ^ ^ ^
|
^ ^ ^ ^
|
||||||
| | | |
|
| | | |
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
res: | 1.5 | 3.5 | 2.5 | 2.5 |
|
res: | 1.5 | 3.5 | 2.5 | 2.5 |
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
@@ -2024,12 +2024,12 @@ the picture represents the `indices` parameter:
|
|||||||
| | | |
|
| | | |
|
||||||
| | | |
|
| | | |
|
||||||
| .--- | ----------------' |
|
| .--- | ----------------' |
|
||||||
| | | .-----------------'
|
| | | .-----------------'
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
idx: | 0 | 4 | 2 | 5 |
|
idx: | 0 | 4 | 2 | 5 |
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
^ ^ ^ ^
|
^ ^ ^ ^
|
||||||
| | | |
|
| | | |
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
res: | 1 | 5 | 3 | 6 |
|
res: | 1 | 5 | 3 | 6 |
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
@@ -2090,12 +2090,12 @@ Graphically, the operation looks as follows. The `t` and `f` represent the
|
|||||||
| | | |
|
| | | |
|
||||||
| | | |
|
| | | |
|
||||||
| .--- | ----------------------' |
|
| .--- | ----------------------' |
|
||||||
| | | .-----------------------------'
|
| | | .-----------------------------'
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
cond: | 1 | 0 | 1 | 0 |
|
cond: | 1 | 0 | 1 | 0 |
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
^ ^ ^ ^
|
^ ^ ^ ^
|
||||||
| | | |
|
| | | |
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
res: | 1 | 5 | 3 | 6 |
|
res: | 1 | 5 | 3 | 6 |
|
||||||
+-----+-----+-----+-----+
|
+-----+-----+-----+-----+
|
||||||
|
|||||||
Reference in New Issue
Block a user