Skip to content
  • Jérôme Benoit's avatar
    workaround __int128__ ill-fallback on 32bit arch · 692e0489
    Jérôme Benoit authored
    Description: upstream: workaround: __int128__ ill-fallback on 32bit arch
     Workaround a compile time issue due to a ill-fallback of the __int128__ type
     as supported by GCC on 64bit arch (see src/pcg-cpp/include/pcg_uint128.hpp).
     However this patch is useless since the building fails at link time due
     to architecture limitations on 32bit arch.
    Origin: vendor, Debian
    Comment: for the record only
    Author: Jerome Benoit <calculus@rezozer.net>
    Last-Update: 2022-08-27
    692e0489