parent
0a7f8afcea
commit
3e6ce3c221
6 changed files with 145 additions and 50 deletions
|
@ -180,6 +180,8 @@ var coefficients = [256]uint16{
|
|||
opcode.MIN: 1 << 3,
|
||||
opcode.MAX: 1 << 3,
|
||||
opcode.WITHIN: 1 << 3,
|
||||
opcode.PACKMAP: 1 << 11,
|
||||
opcode.PACKSTRUCT: 1 << 11,
|
||||
opcode.PACK: 1 << 11,
|
||||
opcode.UNPACK: 1 << 11,
|
||||
opcode.NEWARRAY0: 1 << 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue