shithub: riscv

ref: dbf13129a702cc066517acf147fb01c13df456cb
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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