mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
More SIMD work
This commit is contained in:
parent
01ae40fcc8
commit
122e321d1c
12 changed files with 500 additions and 40 deletions
|
@ -471,6 +471,7 @@ class BeIntrinsic : public BeValue
|
|||
public:
|
||||
BE_VALUE_TYPE(BeIntrinsic, BeValue);
|
||||
|
||||
String mName;
|
||||
BfIRIntrinsic mKind;
|
||||
BeType* mReturnType;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue