Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !101

WIP: Introducing sz_t to represent larger unsigned values

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Grzegorz Goral requested to merge gg3/sac2c:making-double-size_t-struct into develop Dec 05, 2018
  • Overview 10
  • Commits 161
  • Changes 171

This merge request will introduce sz_t, which will be able to represent larger unsigned values by putting together two size_t. With this, shape lengths will be changed so for the future if there are any situations where they are needed to be larger than int the compiler will be able to handle this.

This will define ways to handle both scalar operations on sz_t as well as sz_t with sz_t.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: making-double-size_t-struct