mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Improved calling convention for aarch64
This commit is contained in:
parent
a69dd47cea
commit
5bc9642d26
6 changed files with 136 additions and 13 deletions
|
@ -109,7 +109,15 @@ enum BfTypeCode : uint8
|
|||
BfTypeCode_Enum,
|
||||
BfTypeCode_TypeAlias,
|
||||
BfTypeCode_Extension,
|
||||
|
||||
BfTypeCode_FloatX2,
|
||||
BfTypeCode_FloatX3,
|
||||
BfTypeCode_FloatX4,
|
||||
BfTypeCode_DoubleX2,
|
||||
BfTypeCode_DoubleX3,
|
||||
BfTypeCode_DoubleX4,
|
||||
BfTypeCode_Int64X2,
|
||||
BfTypeCode_Int64X3,
|
||||
BfTypeCode_Int64X4,
|
||||
BfTypeCode_Length
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue