diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-06-08 13:02:46 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-06-08 13:54:50 +0200 |
commit | 9872f652114c826c37ac6d9d92202c84943c5f23 (patch) | |
tree | 53265a1152b02f6f65524f0965138364f71698a1 /examples/execute-string.c | |
parent | 4e410c3411f73da6d27b28ce057159cda7b50b66 (diff) |
vm: add support for I_LE and I_GE instructions
Since we need to ensure that NaN values are properly handled, we cannot
transform `x <= y` and `x >= y` into `!(x > y)` and `!(x < y)` respectively.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'examples/execute-string.c')
0 files changed, 0 insertions, 0 deletions