加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cpu.h 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef _CPU_H
#define _CPU_H
#include <isl/ctx.h>
#include "ppcg.h"
struct ppcg_options;
__isl_give isl_printer *print_cpu(__isl_take isl_printer *p,
struct ppcg_scop *ps, struct ppcg_options *options);
int generate_cpu(isl_ctx *ctx, struct ppcg_options *options,
const char *input, const char *output);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化