mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
More SIMD work
This commit is contained in:
parent
01ae40fcc8
commit
122e321d1c
12 changed files with 500 additions and 40 deletions
|
@ -447,13 +447,16 @@ enum BfIRIntrinsic : uint8
|
|||
BfIRIntrinsic_MemMove,
|
||||
BfIRIntrinsic_MemSet,
|
||||
BfIRIntrinsic_Mod,
|
||||
BfIRIntrinsic_Mul,
|
||||
BfIRIntrinsic_Not,
|
||||
BfIRIntrinsic_Mul,
|
||||
BfIRIntrinsic_Neq,
|
||||
BfIRIntrinsic_Not,
|
||||
BfIRIntrinsic_Or,
|
||||
BfIRIntrinsic_Pow,
|
||||
BfIRIntrinsic_PowI,
|
||||
BfIRIntrinsic_Round,
|
||||
BfIRIntrinsic_SAR,
|
||||
BfIRIntrinsic_SHL,
|
||||
BfIRIntrinsic_SHR,
|
||||
BfIRIntrinsic_Shuffle,
|
||||
BfIRIntrinsic_Sin,
|
||||
BfIRIntrinsic_Sqrt,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue