Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tinkeros
Copy link
Contributor

@tinkeros tinkeros commented Aug 8, 2024

Test case:
I64 Bug(I64 x)
{
x&=~1;
return x;
}

Bug(-200) should produce -200, but doesn't without this fix.

Test case:
I64 Bug(I64 x)
{
  x&=~1;
  return x;
}

Bug(-200) should produce -200, but doesn't without this fix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant