#ifndef __CPU_H__ #define __CPU_H__ void cpu_init(); void cpu_fini(); void cpu_run(float*,int,int); #endif // __CPU_H__