shithub: riscv

ref: 5d68e51152a9a8f23a3aee53fae8ea83fc49929a
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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