File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,13 +86,14 @@ The `numio/std.hpp` header provides standardized aliases for common data types.
8686
8787#### Integer Types
8888
89- | ** Length** | ** Signed Type** | ** Unsigned Type** |
90- | ------------| -----------------| -------------------|
91- | 8-bit | ` NumIO::i8_IO ` | ` NumIO::u8_IO ` |
92- | 16-bit | ` NumIO::i16_IO ` | ` NumIO::u16_IO ` |
93- | 24-bit | ` NumIO::i24_IO ` | ` NumIO::u24_IO ` |
94- | 32-bit | ` NumIO::i32_IO ` | ` NumIO::u32_IO ` |
95- | 64-bit | ` NumIO::i64_IO ` | ` NumIO::u64_IO ` |
89+ | ** Length** | ** Signed Type** | ** Unsigned Type** |
90+ | ------------------| ------------------| --------------------|
91+ | 8-bit | ` NumIO::i8_IO ` | ` NumIO::u8_IO ` |
92+ | 16-bit | ` NumIO::i16_IO ` | ` NumIO::u16_IO ` |
93+ | 24-bit (packed) | ` NumIO::i24_IO ` | ` NumIO::u24_IO ` |
94+ | 24-bit (aligned) | ` NumIO::i24a_IO ` | ` NumIO::u24a_IO ` |
95+ | 32-bit | ` NumIO::i32_IO ` | ` NumIO::u32_IO ` |
96+ | 64-bit | ` NumIO::i64_IO ` | ` NumIO::u64_IO ` |
9697
9798#### Floating-Point Types (IEEE 754)
9899
You can’t perform that action at this time.
0 commit comments