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 403
    • Issues 403
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • 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
  • !413

DRAFT: Axel Abkoude's 1 bit booleans

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Sven-Bodo Scholz requested to merge sbs/sac2c:alex-1-bit-booleans into develop Jun 07, 2025
  • Overview 0
  • Commits 214
  • Changes 29

This version supports 3 different formats for booleans:

  1. the old format (1byte per bit)
  2. dense 1 bit per bit
  3. dense 1 bit per bit BUT padded to align the left-most axis.

The last one is the default, the others can be requested per compiler option.

Edited Jun 26, 2025 by Thomas Koopman
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: alex-1-bit-booleans