Skip to content

Commit

Permalink
Omit unnecessary mask
Browse files Browse the repository at this point in the history
  • Loading branch information
gambiteer committed Sep 22, 2024
1 parent 7bcd92c commit 48e5838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/srfi/231/generalized-arrays.scm
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ OTHER DEALINGS IN THE SOFTWARE.
;; no overflow
(construct-representation sign-bit
(fx+ exponent ,exponent-bias)
(fxand possible-mantissa ,mantissa-mask))
possible-mantissa)
;; overflow
(if (fx= exponent ,exponent-bias)
;; maximum finite exponent, overflow to infinity
Expand Down

0 comments on commit 48e5838

Please sign in to comment.