shithub: riscv

ref: 5376aac7601adc3f2d75c0ddc4eba22907af059b
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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