Skip to content

DRAFT: Axel Abkoude's 1 bit booleans

Sven-Bodo Scholz requested to merge sbs/sac2c:alex-1-bit-booleans into develop

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 by Thomas Koopman

Merge request reports