From 12779e1702583d6dc86db91a1890790f82f717b3 Mon Sep 17 00:00:00 2001 From: Hadrien Grasland <hadrien.grasland@gmx.fr> Date: Mon, 8 Jul 2024 15:29:59 +0200 Subject: [PATCH] Typo fix --- handouts/src/18-cachot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handouts/src/18-cachot.md b/handouts/src/18-cachot.md index de6223b..0ec1538 100644 --- a/handouts/src/18-cachot.md +++ b/handouts/src/18-cachot.md @@ -57,8 +57,8 @@ CPUs truly loaded or stored one single SIMD vector whenever we ask them to do so. In the case of input data, the pattern looks like this, where pink represents -data that is newly brought into the CPU cache, and pink represents data that can -be reused from previous iterations: +data that is newly brought into the CPU cache, and green represents data that +can be reused from previous iterations:  -- GitLab