mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
fix typo in wasm atomic opcodes doc comment
This commit is contained in:
parent
6030855097
commit
a65bc8d071
@ -518,7 +518,7 @@ pub fn simdOpcode(op: SimdOpcode) u32 {
|
|||||||
return @intFromEnum(op);
|
return @intFromEnum(op);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Simd opcodes that require a prefix `0xFE`.
|
/// Atomic opcodes that require a prefix `0xFE`.
|
||||||
/// Each opcode represents a varuint32, meaning
|
/// Each opcode represents a varuint32, meaning
|
||||||
/// they are encoded as leb128 in binary.
|
/// they are encoded as leb128 in binary.
|
||||||
pub const AtomicsOpcode = enum(u32) {
|
pub const AtomicsOpcode = enum(u32) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user