Skip to content

Commit 7d0b4a9

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent 416a990 commit 7d0b4a9

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
@@ -118,7 +118,7 @@ int main(void) {
118118
119119
# Generic Hash Map
120120
121-
This program requires `__attribute__((always_inline))` above `hashmap_insert()` for GCC, though not for Clang.
121+
GCC requires `__attribute__((always_inline))` above `hashmap_insert()`, while Clang does not require it.
122122
123123
GCC requires `-O2`, while Clang requires `-O3`.
124124

0 commit comments

Comments
 (0)