Skip to content

Add support for 32 Bit platforms #8

@dbahrdt

Description

@dbahrdt

Currently we rely on sizeof(signed long) == sizeof(int64_t) in various places.
In order to support 32 Bit platforms we would need to change that.
So far I've found the following places:
Conversion:h: initalizers
ExtendedInt64z: mpz_fits_slong_p, mpz_get_si

possibly more.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions