Skip to content

Commit 3382aad

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent 0b5b327 commit 3382aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-30-comptime-c-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ main:
212212

213213
But GCC manages to optimize them away when the `printf("All tests passed.\n");` at the end of `main()` is removed, for some unknown reason.
214214

215-
Clang on the other hand manages to completely optimize the below macro-based hash map away, which isn't surprising, given that Clang generally generates more optimized Assembly than GCC.
215+
Clang on the other hand manages to completely optimize the hash map away, which isn't surprising, given that Clang generally generates more optimized Assembly than GCC.
216216

217217
Copy of the code on [Compiler Explorer](https://godbolt.org/z/eecK3rK7z):
218218

0 commit comments

Comments
 (0)