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

LibJS+LibJIT: Add fast path for Int32 - Int32

This commit is contained in:
Andreas Kling 2023-11-03 08:35:07 +01:00
parent 56b4586d65
commit 17ae6edd8e
3 changed files with 67 additions and 1 deletions

View file

@ -41,7 +41,6 @@ private:
# endif
# define JS_ENUMERATE_COMMON_BINARY_OPS_WITHOUT_FAST_PATH(O) \
O(Sub, sub) \
O(Mul, mul) \
O(Div, div) \
O(Exp, exp) \