Skip to content
Snippets Groups Projects
  • Geo Ster's avatar
    5cafeb61
    Remove dependency on int128 · 5cafeb61
    Geo Ster authored
    * This is only supported on GCC/Clang making compilation fail on
    MSVC. In addition we don't really need this since accessing the
    entire 128bit register is very rare and can be emulated by setting
    each of 64bit parts seperately.
    5cafeb61
    History
    Remove dependency on int128
    Geo Ster authored
    * This is only supported on GCC/Clang making compilation fail on
    MSVC. In addition we don't really need this since accessing the
    entire 128bit register is very rare and can be emulated by setting
    each of 64bit parts seperately.