aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-05 11:08:47 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-05 11:08:47 +0200
commit6d6bbac675d4d511cbb981670761232dac40300a (patch)
tree3242f5475e54964f39970c55005a5edefbe39105 /src
parent9ee63bff4c8c631e1cb69944ed49e64a9f91f94c (diff)
downloadsebastiano.tronto.net-6d6bbac675d4d511cbb981670761232dac40300a.tar.gz
sebastiano.tronto.net-6d6bbac675d4d511cbb981670761232dac40300a.zip
Minor changes
Diffstat (limited to 'src')
-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
3About two years ago I [wrote](../2023-04-10-the-big-rewrite) about a 3Around two years ago I [wrote](../2023-04-10-the-big-rewrite) about a
4project I have been working on and off for a few years. In that post 4project I have been working on and off for a few years. In that post
5I explain how and why I decided to rewrite it from scracth, splitting 5I explain how and why I decided to rewrite it from scracth, splitting
6it in multiple parts. I ended up not following exactly the plan that I 6it 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
314The `__mm256_add_epi64()` used above is not just syntactic 313The `__mm256_add_epi64()` used above is not just syntactic

Generated with cgit - Back to sebastiano.tronto.net