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