Skip to content

Commit 5900525

Browse files
committed
hop
1 parent b1ddc5e commit 5900525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppcon2025/cppcon_2025_slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ int fast_digit_count_64(uint64_t x) {
680680
681681
# Could use SIMD if we wanted to
682682
683-
**Don't try to understand:**:
683+
**Don't try to understand:**
684684
```cpp
685685
__m128i to_string_avx512ifma(uint64_t n) {
686686
uint64_t n_15_08 = n / 100000000;

0 commit comments

Comments
 (0)