aboutsummaryrefslogtreecommitdiff
path: root/core/simd
diff options
context:
space:
mode:
authorflysand7 <yyakut.ac@gmail.com>2024-12-01 11:48:52 +1100
committerGitHub <noreply@github.com>2024-12-01 11:48:52 +1100
commitd48c3513300662b2309c9a14009a8499c83a4880 (patch)
tree183603e267558522aab256f5810924e85a5092aa /core/simd
parent596921fb7a8d1b1deff39e61689415e5cb024d2b (diff)
Fix indentation
Diffstat (limited to 'core/simd')
-rw-r--r--core/simd/simd.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/simd/simd.odin b/core/simd/simd.odin
index 52d04156f..a9642b656 100644
--- a/core/simd/simd.odin
+++ b/core/simd/simd.odin
@@ -1400,7 +1400,7 @@ Graphic below shows how the data gets written into memory.
mask: | 1 | 0 | 1 | 0 |
+-------------------+
| | | |
- v X v X
+ v X v X
+-------------------+
vals: | d0 | d1 | d2 | d3 |
+-------------------+