From ca6df0b9e44be07765df8883238ee86f9fdde39c Mon Sep 17 00:00:00 2001 From: Nico <90014028+NicoGaming77@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:37:43 +1030 Subject: [PATCH] Fixed typo --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 037dda4..1fe78da 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4196,7 +4196,7 @@ As you can see, `ymm5` contains the first 4 64-bit `double` samples from the `x` array passed in, while `ymm6` contains the first 4 samples from the `y` -array. `r9`, as mentioned earlier, holds the smaple counter, which starts at `0` +array. `r9`, as mentioned earlier, holds the sample counter, which starts at `0` since we haven't processed any of the samples yet. ### SIMD math operations in assembly ###