Skip to content

Commit

Permalink
docs: correct function name
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjjoshi committed Aug 24, 2024
1 parent 3d30120 commit bafdc47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static double benchmark( void ) {

t = tic();
for ( i = 0; i < ITERATIONS; i++ ) {
z = stdlib_base_maxabs( x[ i % 100 ], y[ i % 100 ] );
z = stdlib_base_maxabsf( x[ i % 100 ], y[ i % 100 ] );
if ( z != z ) {
printf( "should not return NaN\n" );
break;
Expand Down

0 comments on commit bafdc47

Please sign in to comment.