Skip to content

Commit dcfbf2a

Browse files
authored
docs: reorder variable declarations
Signed-off-by: Gunj Joshi <[email protected]>
1 parent f7979ec commit dcfbf2a

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/cinvf/benchmark/c/native

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/cinvf/benchmark/c/native/benchmark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ static float rand_float( void ) {
9393
*/
9494
static double benchmark( void ) {
9595
double elapsed;
96+
float x[ 100 ];
97+
float y[ 100 ];
9698
float re;
9799
float im;
98100
double t;
99-
float x[ 100 ];
100-
float y[ 100 ];
101101
int i;
102102

103103
stdlib_complex64_t a;

0 commit comments

Comments
 (0)