Skip to content
Snippets Groups Projects
Select Git revision
0 results

mpz.h

Blame
    • stijn's avatar
      3baf6b53
      windows/py: Support 64bit mingw-w64 builds · 3baf6b53
      stijn authored
      - add mp_int_t/mp_uint_t typedefs in mpconfigport.h
      - fix integer suffixes/formatting in mpconfig.h and mpz.h
      - use MICROPY_NLR_SETJMP=1 in Makefile since the current nlrx64.S
        implementation causes segfaults in gc_free()
      - update README
      3baf6b53
      History
      windows/py: Support 64bit mingw-w64 builds
      stijn authored
      - add mp_int_t/mp_uint_t typedefs in mpconfigport.h
      - fix integer suffixes/formatting in mpconfig.h and mpz.h
      - use MICROPY_NLR_SETJMP=1 in Makefile since the current nlrx64.S
        implementation causes segfaults in gc_free()
      - update README