ARM-software/CMSIS-NN

Vector of variable length used in arm_convolve_1x1_s8_fast

AdrianLundell opened this issue · 1 comments

Compilation fails with [-Werror,-Wvla] and buffers of unknown size in stack shouldn't be allocated in stack as there is a memory already allocated in the scratch buffer for that.

The commit introducing this error was reverted in #81