-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Use ucvtf for unsigned right shift
Summary: Unsigned right shift is supposed to convert back from an unsigned 32-bit integer, not a 2s complement int. Reviewed By: lavenzg Differential Revision: D68923851 fbshipit-source-id: cffe3746c850d7cb603a3670ea435ff564c84345
- Loading branch information
1 parent
3b43c57
commit fa8a149
Showing
3 changed files
with
36 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters