Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • graph-tool graph-tool
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 49
    • Issues 49
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Tiago Peixoto
  • graph-toolgraph-tool
  • Merge requests
  • !68

workaround __int128__ ill-fallback on 32bit arch

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jérôme Benoit requested to merge jgmbenoit/graph-tool:debian/2.45+ds-5/fix/32bit-arch into master Aug 27, 2022
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

Description: upstream: workaround: __int128__ ill-fallback on 32bit arch Workaround for a compile time issue due to a ill-fallback by PCG 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

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: debian/2.45+ds-5/fix/32bit-arch