stencil stack_size increased to 128 bytes

This commit is contained in:
Nicolas 2025-11-14 08:55:41 +01:00
parent 8248c9718a
commit 3901cee43b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ op_signs = {'add': '+', 'sub': '-', 'mul': '*', 'div': '/', 'pow': '**',
entry_func_prefix = '' entry_func_prefix = ''
stack_size = 64 stack_size = 128
includes = ['stencil_helper.h', 'aux_functions.c'] includes = ['stencil_helper.h', 'aux_functions.c']