shithub: riscv

ref: 26aca332bb74cf8ee6f27ee7f826413a19182ca9
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

/* default, like old cc */
int
machcap(Node*)
{
	return 0;
}