1
0

template.c: reformat

This commit is contained in:
Intel A80486DX2-66 2024-05-19 12:39:18 +03:00
parent 91dddefc7b
commit 162e6b880c
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -229,7 +229,7 @@ main(void)
const size_t MAX = (PRODUCT + (BLOCK_SIZE - 1)) / BLOCK_SIZE;
#endif
// * allocate heap for sample data
// * allocate heap for sample data
#if SEQUENTIAL_MODE
size_t calc_block_size = BLOCK_SIZE;
ALLOCATE_MEMORY(calc_block_size)