Skip to content

Commit

Permalink
bench: remove f suffix in C benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Gunj Joshi <[email protected]>
  • Loading branch information
gunjjoshi authored Sep 17, 2024
1 parent 6dc1156 commit 29d011a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static double benchmark( void ) {
int i;

for ( i = 0; i < 100; i++ ) {
x[ i ] = ( 1000.0f * rand_double() ) - 500.0f;
x[ i ] = ( 1000.0 * rand_double() ) - 500.0;
}

t = tic();
Expand Down

0 comments on commit 29d011a

Please sign in to comment.