Skip to content

[FEATURE REQUEST] Feature flag for i64 support #44

@ggirelli

Description

@ggirelli

Currently metis-sys forces 32-bit depth for IDX_SIZE and REAL_SIZE

#[cfg(feature = "vendored")]
const IDX_SIZE: usize = 32;
#[cfg(feature = "vendored")]
const REAL_SIZE: usize = 32;

It would be very nice to support 64-bit depth via a feature flag.

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