Skip to content

nvietsang/mult32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplication with only 32-bit variables

This repository implements the multiplication of two 32-bit positive integers by using only 32-bit variables (without using 64-bit variables).

For the details of the method, we refer to this blog post Multiplying two 32-bit numbers without using 64-bit variable.

To run the test:

>>> make
>>> ./main

About

Multiplying two 32-bit numbers using only 32-bit variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published