mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
More SIMD work
This commit is contained in:
parent
b57cbe2d69
commit
ca4b383339
19 changed files with 695 additions and 76 deletions
|
@ -406,6 +406,7 @@ enum BfIRConfigConst : uint8
|
|||
|
||||
enum BfIRIntrinsic : uint8
|
||||
{
|
||||
BfIRIntrinsic__PLATFORM,
|
||||
BfIRIntrinsic_Abs,
|
||||
BfIRIntrinsic_Add,
|
||||
BfIRIntrinsic_And,
|
||||
|
@ -435,6 +436,7 @@ enum BfIRIntrinsic : uint8
|
|||
BfIRIntrinsic_Free,
|
||||
BfIRIntrinsic_Gt,
|
||||
BfIRIntrinsic_GtE,
|
||||
BfIRIntrinsic_Index,
|
||||
BfIRIntrinsic_Log,
|
||||
BfIRIntrinsic_Log10,
|
||||
BfIRIntrinsic_Log2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue