From d48c3513300662b2309c9a14009a8499c83a4880 Mon Sep 17 00:00:00 2001 From: flysand7 Date: Sun, 1 Dec 2024 11:48:52 +1100 Subject: [PATCH] Fix indentation --- core/simd/simd.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | +-------------------+