YJIT: implement fast path for integer multiplication in opt_mult (#8204)
YJIT: implement fast path for integer multiplication in opt_mult
Update yjit/src/codegen.rs
Co-authored-by: Alan Wu [email protected]
Implement mul with overflow checking on arm64
Fix missing semicolon
Add arm splitting for lshift, rshift, urshift
YJIT: implement fast path for integer multiplication in opt_mult (#8204)
YJIT: implement fast path for integer multiplication in opt_mult
Update yjit/src/codegen.rs
Co-authored-by: Alan Wu [email protected]
Implement mul with overflow checking on arm64
Fix missing semicolon
Add arm splitting for lshift, rshift, urshift
Co-authored-by: Alan Wu [email protected]