Skip to content

Big Endian support #37

@kiszk

Description

@kiszk

I realized that the function from_chars with the exponential notion (e.g. 1e30) with float always returns 0.

This is because this line always copies the first four bytes of uint64_t when we handle float. However, on big-endian platform, the value is stored in the last four bytes of word when we handle float.

This issue comes from apache/arrow#8674

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions