Skip to content

Commit

Permalink
fix an outdated optional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AllinCottrell committed Jan 27, 2025
1 parent d0972ba commit 6796c24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/matrix_simd.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ static int gretl_matrix_simd_add (const double *ax,
int rem = n % 4;

#if SHOW_SIMD
fprintf(stderr, "AVX: gretl_matrix_simd_add (%d x %d)\n",
a->rows, a->cols);
fprintf(stderr, "AVX: gretl_matrix_simd_add (n = %d\n", n);
#endif

for (i=0; i<imax; i++) {
Expand Down

0 comments on commit 6796c24

Please sign in to comment.