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