Skip to content

Commit

Permalink
fix: bugs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush0325 committed Dec 6, 2024
1 parent ca173bd commit 0a221ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static double benchmark( void ) {

t = tic();
for ( i = 0; i < ITERATIONS; i++ ) {
x = (int32_t)( 34.0f * rand_double() );
x = (int32_t)( 34.0f * rand_float() );
y = stdlib_base_lucasf( x );
if ( y != y ) {
printf( "should not return NaN\n" );
Expand Down

0 comments on commit 0a221ce

Please sign in to comment.