Skip to content

stg_floatToWord32zh: zero-extend the Word32 (#16617)

KevinBuhr requested to merge kabuhr/ghc:T16617 into master

Patch with test case for issue #16617 (closed):

The primop stgFloatToWord32 was sign-extending the 32-bit word, resulting in weird negative Word32s. Zero-extend them instead.

Edited by Andreas Klebinger

Merge request reports