f32.ne
f32 comparison ne.
core0x5C
Syntax
f32.ne
Stack Effect
[f32, f32] -> [i32]Opcode
- Hex
0x5C- Decimal
92- Bytes
[0x5c]- Encoding
0x5C- Category
- numeric
Browser Support
Core WebAssembly instruction.
Validation Rules
- Operands and result types must match the instruction signature.
- The instruction must appear in a valid structured control context.
Common Mistakes
- Using the instruction with the wrong operand type.
- Forgetting that WAT validation is stack-typed.
(func $example
;; f32.ne example
)