8000 Truncating NaNs and Infs · Issue #2 · oprecomp/FloatX · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Truncating NaNs and Infs #2
Open
@gflegar

Description

@gflegar

@antodo was doing some changes to the paper - trying to explain why we truncate NaNs and Inf, and figured out we do not actually need to do it.
Since we are already storing the data to the backed type, an not in lower precision, we can just store whatever was there before (it's still a NaN or Info).

Basically, we should be able to just delete the following line: https://github.com/oprecomp/FloatX/blob/master/src/floatx.hpp#L1015

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0