Skip to content

Instantly share code, notes, and snippets.

View aivve's full-sized avatar

Aiwe aivve

View GitHub Profile
@CAFxX
CAFxX / log10.c
Last active March 18, 2023 19:30
Fast integer log10 in C
#include <stdint.h>
/*
Fast 64bit integer log10
WARNING: calling ilog10c(0) yields undefined behaviour!
On x64 this compiles down to:
pushq %rbp