-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Open
Labels
T-langRelevant to the language teamRelevant to the language teamneeds-rfcThis change is large or controversial enough that it should have an RFC accepted before doing it.This change is large or controversial enough that it should have an RFC accepted before doing it.
Description
LLVM itself supports arbitrary bitlength integers, however Rust does not. This would be useful for some less common, but still fairly normal cases, like 24-bit integers for emulating CPUs like the MC68000 (Some models use 24-bit address busses instead of 32-bit), or for memory constrained systems where you need all the space you can get, and as such packed bitfields are the best for storing data.
stuartcrobinson, anyputer, trevyn, jakevossen5, brecert and 9 morestuartcrobinson, anyputer, jakevossen5, Serentty and ENCRYPTEDFOREVER
Metadata
Metadata
Assignees
Labels
T-langRelevant to the language teamRelevant to the language teamneeds-rfcThis change is large or controversial enough that it should have an RFC accepted before doing it.This change is large or controversial enough that it should have an RFC accepted before doing it.