Implement the instruction_set attribute
This commit is contained in:
parent
4437b4b150
commit
a6e2b636e6
22 changed files with 247 additions and 4 deletions
|
@ -75,6 +75,12 @@ pub enum InlineAttr {
|
|||
Never,
|
||||
}
|
||||
|
||||
#[derive(Clone, Encodable, Decodable)]
|
||||
pub enum InstructionSetAttr {
|
||||
ArmA32,
|
||||
ArmT32,
|
||||
}
|
||||
|
||||
#[derive(Clone, Encodable, Decodable)]
|
||||
pub enum OptimizeAttr {
|
||||
None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue