Implement the instruction_set attribute
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user