1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:57:44 +00:00

LibJS/JIT: Add fast path for Int32 | Int32

This commit is contained in:
Andreas Kling 2023-11-03 08:50:52 +01:00
parent 82635083dc
commit 3a5c177025
2 changed files with 29 additions and 1 deletions

View file

@ -54,7 +54,6 @@ private:
O(LooselyEquals, abstract_equals) \
O(StrictlyInequals, typed_inequals) \
O(StrictlyEquals, typed_equals) \
O(BitwiseOr, bitwise_or) \
O(BitwiseXor, bitwise_xor) \
O(LeftShift, left_shift) \
O(RightShift, right_shift) \