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
{{ message }}
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
Currently, no way to cast between unsigned and signed integers due to lack of support for single instruction operation in LLVM.
This needs to be implemented correctly meaning that
i8(-3) != u8(253)
. Insteadu8( i8(-3) ) == 0
The text was updated successfully, but these errors were encountered: