cucapra / diospyros

Search-based compiler for high-performance DSP programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable scalar inputs to specification

agent-lee opened this issue · comments

Need something like this supported:

void foo(float a_in, float b_in, float c_in, float *x0_out, float *x1_out) {
// function body
}

Can probably be implemented by a 1x1 pointer right now but would improve quality of life.