Skip to content

Commit 274aa83

Browse files
authored
fix: apply suggestions from code review
Signed-off-by: Muhammad Haris <101793258+headlessNode@users.noreply.github.com>
1 parent 1746615 commit 274aa83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/cwhere/benchmark/c/benchmark.length.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ static float rand_float( void ) {
9999
static double benchmark1( int iterations, int len ) {
100100
double elapsed;
101101
bool *condition;
102-
float *x;
103-
float *y;
104102
float *out;
105103
double t;
104+
float *x;
105+
float *y;
106106
int i;
107107

108108
condition = (bool *) malloc( len * sizeof( bool ) );

0 commit comments

Comments
 (0)