diff options
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -49,8 +49,7 @@ TIMER(&_samples[i], \ func(_A, _B, ##__VA_ARGS__) \ ); \ - matrix_free(_A); \ - matrix_free(_B); \ + matrix_free_many(2, _A, _B); \ } \ print_bm(#func, (details_str), _samples, MATRIX_BM_N_SAMPLES); \ } while(0) |