The goal of the Feldspar project is to define a high-level language that allows description of high-performance digital signal processing algorithms.
45
stars
3
forks
source link
Make explicit return from worker() #464
Closed
pjonsson closed 4 years ago
Returning from the function is the same as calling pthread_exit() but avoids warnings from GCC about the function not having a return value.