Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Oct 25, 2024
1 parent d3e529a commit 8f56a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/insn.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ get_func_indirect(struct exec_context *ectx, uint32_t tableidx,

/*
* WASM float min/max follow IEEE 754-2019 minimum/maximum
* semantics:
* semantics, which are different from C fmin/fmax functions:
*
* - If either operand is a NaN (Note: can be an sNaN), returns a qNaN.
* - -0.0 < +0.0
Expand Down

0 comments on commit 8f56a56

Please sign in to comment.