Adding MemoryBarrier opcode.

This commit is contained in:
Ben Vanik
2015-08-30 17:25:02 -07:00
parent 39989a6107
commit 82a72e1974
6 changed files with 24 additions and 6 deletions

View File

@@ -154,6 +154,7 @@ enum Opcode {
OPCODE_STORE,
OPCODE_MEMSET,
OPCODE_PREFETCH,
OPCODE_MEMORY_BARRIER,
OPCODE_MAX,
OPCODE_VECTOR_MAX,
OPCODE_MIN,