• Show log

    Commit

  • Hash : 0b840b78
    Author : Daniel Mendler
    Date : 2019-05-17T20:53:24

    make mp_word private mp_word is an internal type and it is problematic if it is exposed in the public api. See for example #216 - MSVC does not support 128 bit mp_words. But it is perfectly ok to use those internally in the library, as long as the library is compiled with GCC.