1 مستودع
Provides attributes to enforce specific byte alignments for types in memory.
Distinguishing note: Candidates are about inspecting alignment or aligning image rows, not the language feature of defining type alignment via attributes.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Memory Alignment Attributes. Refine with filters or upvote what's useful.
c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte
Allows the creation of types with specific byte alignments using the @align attribute.