LibJS+LibJIT: Add fast path for Int32 * Int32

This commit is contained in:
Andreas Kling 2023-11-03 09:15:21 +01:00
commit 24fb009cf5
Notes: sideshowbarker 2024-07-16 20:39:14 +09:00
3 changed files with 64 additions and 1 deletions

View file

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