marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Add VEQ instruction #117

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Add VEQ (vector equality) instruction to bytecode definition. Other built-in types have dedicated equality instructions assigned.

marekjm commented 8 years ago

This will be implemented as a method of Vector type.