diff options
| -rw-r--r-- | src/blog/2025-04-05-learned-rewrite/learned-rewrite.md (renamed from src/blog/2025-04-05-learnt-rewrite/learned-rewrite.md) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/blog/2025-04-05-learnt-rewrite/learned-rewrite.md b/src/blog/2025-04-05-learned-rewrite/learned-rewrite.md index be9a784..6a7a3ed 100644 --- a/src/blog/2025-04-05-learnt-rewrite/learned-rewrite.md +++ b/src/blog/2025-04-05-learned-rewrite/learned-rewrite.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Things I learned rewriting a project from scratch | 1 | # Things I learned rewriting a project from scratch |
| 2 | 2 | ||
| 3 | About two years ago I [wrote](../2023-04-10-the-big-rewrite) about a | 3 | Around two years ago I [wrote](../2023-04-10-the-big-rewrite) about a |
| 4 | project I have been working on and off for a few years. In that post | 4 | project I have been working on and off for a few years. In that post |
| 5 | I explain how and why I decided to rewrite it from scracth, splitting | 5 | I explain how and why I decided to rewrite it from scracth, splitting |
| 6 | it in multiple parts. I ended up not following exactly the plan that I | 6 | it in multiple parts. I ended up not following exactly the plan that I |
| @@ -308,7 +308,6 @@ int main() { | |||
| 308 | /* Print the results (last is first) */ | 308 | /* Print the results (last is first) */ |
| 309 | printf("Results:\n%lld\n%lld\n%lld\n%lld\n", r[0], r[1], r[2], r[3]); | 309 | printf("Results:\n%lld\n%lld\n%lld\n%lld\n", r[0], r[1], r[2], r[3]); |
| 310 | } | 310 | } |
| 311 | |||
| 312 | ``` | 311 | ``` |
| 313 | 312 | ||
| 314 | The `__mm256_add_epi64()` used above is not just syntactic | 313 | The `__mm256_add_epi64()` used above is not just syntactic |
