mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Add min and max vector intrinsics and codegen infrastructure
This commit is contained in:
parent
7dad948f20
commit
bf36bf4b95
5 changed files with 205 additions and 1 deletions
|
@ -456,9 +456,11 @@ enum BfIRIntrinsic : uint8
|
|||
BfIRIntrinsic_Lt,
|
||||
BfIRIntrinsic_LtE,
|
||||
BfIRIntrinsic_Malloc,
|
||||
BfIRIntrinsic_Max,
|
||||
BfIRIntrinsic_MemCpy,
|
||||
BfIRIntrinsic_MemMove,
|
||||
BfIRIntrinsic_MemSet,
|
||||
BfIRIntrinsic_Min,
|
||||
BfIRIntrinsic_Mod,
|
||||
BfIRIntrinsic_Mul,
|
||||
BfIRIntrinsic_Neq,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue