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