[PATCH] benchtests: Add random strlen benchmark

Wilco Dijkstra Wilco.Dijkstra@arm.com
Tue Mar 4 16:07:51 GMT 2025


Hi Adhemerval,

> Should we be worried that 65536 (n) * 2048 (iters) might overflow the
> hp_timing_t here?

On AArch64 the fixed-point division can only overflow after ~20 minutes at the
highest tick rate. So we're safe as the whole benchmark runs in 4-6 seconds.

Cheers,
Wilco


More information about the Libc-alpha mailing list