From 8f56a5675e19f77c9fc7c84ee2536d4ee0a7c867 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 24 Oct 2024 22:27:17 +0900 Subject: [PATCH] comment --- lib/insn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/insn.c b/lib/insn.c index 23bbabfc..05943d1c 100644 --- a/lib/insn.c +++ b/lib/insn.c @@ -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