diff --git a/4a1s/CP/PL - Aula 3.md b/4a1s/CP/PL - Aula 3.md index 720111c..c0b352a 100644 --- a/4a1s/CP/PL - Aula 3.md +++ b/4a1s/CP/PL - Aula 3.md @@ -4,4 +4,6 @@ Spacial locality - proximity of memory spaces relative to our reference memory s Logically following the multiplication process of matrices, C and A have spacial locality (while B does not, due to advancing in columns and not rows). ### b) -Every time it attempts to reach for matrix B, it will miss \ No newline at end of file +cache size = 25600 KB +cache alignment= 64 +### c)