Skip to content

0xff NaN converted to 0 #23

@milankl

Description

@milankl

just found this

julia> Float8_4(0xff)
NaN8_4

julia> Float32(Float8_4(0xff))
0.0f0

julia> Float8(0xff)
NaN8

julia> Float32(Float8(0xff))
0.0f0

Which obv shouldn't happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions