imul
There are 5 repositories under imul topic.
stdlib-js/math-base-ops-imul
Perform C-like multiplication of two signed 32-bit integers.
stdlib-js/math-base-ops-umul
Perform C-like multiplication of two unsigned 32-bit integers.
stdlib-js/math-base-special-imul
Perform C-like multiplication of two signed 32-bit integers.
stdlib-js/math-base-special-uimul
Perform C-like multiplication of two unsigned 32-bit integers.
ealpizarp/Shifting-IMUL-ASM
This repository contains the implementation of a multiplication algorithm using shifting of 8 bit numbers in ASM.