Skip to content

Commit e698b1e

Browse files
committed
deploy: 5900525
1 parent 71103c4 commit e698b1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cppcon2025/cppcon_2025_slides.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

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;

cppcon2025/cppcon_2025_slides.pdf

-36 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)