| ... | @@ -518,7 +518,7 @@ pub fn simdOpcode(op: SimdOpcode) u32 { | ... | @@ -518,7 +518,7 @@ pub fn simdOpcode(op: SimdOpcode) u32 { |
| 518 | return @intFromEnum(op); | 518 | return @intFromEnum(op); |
| 519 | } | 519 | } |
| 520 | | 520 | |
| 521 | /// Simd opcodes that require a prefix `0xFE`. | 521 | /// Atomic opcodes that require a prefix `0xFE`. |
| 522 | /// Each opcode represents a varuint32, meaning | 522 | /// Each opcode represents a varuint32, meaning |
| 523 | /// they are encoded as leb128 in binary. | 523 | /// they are encoded as leb128 in binary. |
| 524 | pub const AtomicsOpcode = enum(u32) { | 524 | pub const AtomicsOpcode = enum(u32) { |