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 ###