mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Add Runtime.Features to detect SIMD instruction set
This commit is contained in:
parent
893beb432f
commit
7dad948f20
5 changed files with 160 additions and 14 deletions
|
@ -441,6 +441,7 @@ enum BfIRIntrinsic : uint8
|
|||
BfIRIntrinsic_BSwap,
|
||||
BfIRIntrinsic_Cast,
|
||||
BfIRIntrinsic_Cos,
|
||||
BfIRIntrinsic_Cpuid,
|
||||
BfIRIntrinsic_DebugTrap,
|
||||
BfIRIntrinsic_Div,
|
||||
BfIRIntrinsic_Eq,
|
||||
|
@ -477,6 +478,7 @@ enum BfIRIntrinsic : uint8
|
|||
BfIRIntrinsic_VAArg,
|
||||
BfIRIntrinsic_VAEnd,
|
||||
BfIRIntrinsic_VAStart,
|
||||
BfIRIntrinsic_Xgetbv,
|
||||
BfIRIntrinsic_Xor,
|
||||
|
||||
BfIRIntrinsic_COUNT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue