ref: ba91abba1f8ce3746bb9aa7a92298e518a7fe75d dir: /sys/src/libc/arm/cycles.c/
#include <u.h> #include <libc.h> void cycles(uvlong*u) { *u = 0LL; }