diff options
| author | gingerBill <bill@gingerbill.org> | 2019-11-02 21:08:51 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-11-02 21:08:51 +0000 |
| commit | dfb3101ecf59797884cb959b3bfeda49ccfa3223 (patch) | |
| tree | 999934dda442dbe83526fc8c1843170407a401ad /src/parser.hpp | |
| parent | e3d3a81617dd78a9b193bbc07f2a29315774ff57 (diff) | |
SOA Struct support `intrinsics.soa_struct`
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index b9e53dbe8..288c944d8 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -21,6 +21,7 @@ enum AddressingMode { // lhs: acts like a Variable // rhs: acts like OptionalOk Addressing_OptionalOk, // rhs: acts like a value with an optional boolean part (for existence check) + Addressing_SoaVariable, // Struct-Of-Arrays indexed variable }; struct TypeAndValue { |