Skip to content

Commit a45a91a

Browse files
fix: renaming files
1 parent e8d2601 commit a45a91a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

lib/node_modules/@stdlib/math/base/special/log2f/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ float stdlib_base_log2f( const float x ) {
111111

112112
hi = f - hfsq;
113113
stdlib_base_float32_to_word( hi, &hx );
114+
stdlib_base_float32_from_word( hx& STDLIB_CONSTANT_FLOAT64_HIGH_WORD_ABS_MASK, &hi );
114115
lo = ( f - hi ) - hfsq + R;
115116
return ( ( lo + hi ) * IVLN2LO ) + ( lo * IVLN2HI ) + ( hi * IVLN2HI ) + y;
116117
}

0 commit comments

Comments
 (0)