Skip to content

Commit 0d6805f

Browse files
fix: bench errors
1 parent 2f72d15 commit 0d6805f

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/number/float32/base/signbit/benchmark/c

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/number/float32/base/signbit/benchmark/c/benchmark.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
float/**
1+
/**
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2024 The Stdlib Authors.
@@ -112,7 +112,6 @@ static double benchmark( void ) {
112112
}
113113
return elapsed;
114114
}
115-
116115
/**
117116
* Main execution sequence.
118117
*/

0 commit comments

Comments
 (0)