metis-5.1.0-datatype.patch 388 B

12345678910111213
  1. --- a/include/metis.h
  2. +++ b/include/metis.h
  3. @@ -30,7 +30,7 @@
  4. GCC does provides these definitions in stdint.h, but it may require some
  5. modifications on other architectures.
  6. --------------------------------------------------------------------------*/
  7. -#define IDXTYPEWIDTH 32
  8. +#define IDXTYPEWIDTH 64
  9. /*--------------------------------------------------------------------------