-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Currently metis-sys forces 32-bit depth for IDX_SIZE and REAL_SIZE
Lines 4 to 8 in 410f512
| #[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
Labels
No labels