mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-05 09:23:44 +03:00
e0fb4c29cb
@bitCast from integer NaN representation to float NaN resulted in changed bits in float. This only happened with signaled NaN. - added test for signaled NaN - added tests for quiet NaN (for completeness) closes #14198