mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
LibJS+LibJIT: Add fast path for Int32 ^ Int32
This commit is contained in:
parent
3a5c177025
commit
0aeb83b03f
3 changed files with 56 additions and 1 deletions
|
@ -54,7 +54,6 @@ private:
|
|||
O(LooselyEquals, abstract_equals) \
|
||||
O(StrictlyInequals, typed_inequals) \
|
||||
O(StrictlyEquals, typed_equals) \
|
||||
O(BitwiseXor, bitwise_xor) \
|
||||
O(LeftShift, left_shift) \
|
||||
O(RightShift, right_shift) \
|
||||
O(UnsignedRightShift, unsigned_right_shift)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue