You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: In checker.cpp, line 2822 we assign a negative version of int, f32 and f64 values to the result_operand. The uint_value stays at zero. Either an error should be printed or the behaviour in this case should be more defined (e.g. performing the minus as if on signed integer)
The text was updated successfully, but these errors were encountered:
The following sif code:
Prints out
0
to the screen.Note: In
checker.cpp
, line 2822 we assign a negative version ofint
,f32
andf64
values to theresult_operand
. Theuint_value
stays at zero. Either an error should be printed or the behaviour in this case should be more defined (e.g. performing the minus as if on signed integer)The text was updated successfully, but these errors were encountered: