SHE
SHE
Hi, thanks for your suggestion! @sunfishcode I try O0,O1,O2,O3,Os,Oz one by one, but only O0 has string `'Hello, '`, and no one has string `'World!'` here is my cmd: ```bash...
I analysis the binary and find the stack value of instruction `f32x4.max` may be different, and the instruction is from function `main`
[simd.zip](https://github.com/WasmEdge/WasmEdge/files/13259518/simd.zip)  We simplified the filea154963.wasm file containing f64x2.mul and got simd.wasm; the execution results are shown in the figure above.
[simd.zip](https://github.com/WasmEdge/WasmEdge/files/13259593/simd.zip)  We simplified the filea118365.wasm file containing f32x4.add and got simd.wasm; the execution results are shown in the figure above.
Among the four instructions, the bugs in the two multiplication instructions are likely to be the same, and the bugs in the two addition instructions should also be identical.
To my knowledge, my issue was opened at 1:32 AM GMT+8 on November 3rd, and the new version 0.13.5 was released at 8:48 PM GMT+8 on the same day. I...
@dannypsnl
@dannypsnl I used wasmtime version 14.0.1 However, It's strange that I cannot reproduce your result no matter I use wasmtime version 14.0.4 or 15.0.1 ```bash root@4252f5ec38df:/a# ./wasmtime_15.0.1 run --invoke main...
I analysis the binary and find the stack value of instruction `f64x2.add` may be different, and the instruction is from function `main`
I analysis the binary and find the stack value of instruction `f32x4.min` may be different, and the instruction is from function `main`