diff --git a/images/13-01.jpg b/images/13-01.jpg deleted file mode 100644 index eb9ca7a..0000000 Binary files a/images/13-01.jpg and /dev/null differ diff --git a/images/13-01.png b/images/13-01.png new file mode 100644 index 0000000..b6e3b1e Binary files /dev/null and b/images/13-01.png differ diff --git a/src/chapter-13.md b/src/chapter-13.md index cf27058..afd149c 100644 --- a/src/chapter-13.md +++ b/src/chapter-13.md @@ -107,7 +107,7 @@ from the use of DI to address memory (remember, the loop is unrolled, so the last instruction is followed by the first instruction), but because the intervening instruction takes two cycles, there's no penalty at all. -![**Figure 13.1**  *Cycle-eaters in the original WC.*](images/13-01.jpg) +![**Figure 13.1**  *Cycle-eaters in the original WC.*](images/13-01.png) > ![](images/i.jpg) > Remember, pipeline penalties diminish with increasing number of cycles,