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