Skip to content

Some functions for very basic arithmetic operations, like recovery of carry bit, that use the CPU integer arithmetic to the extent possible from C without using assembly language

License

bk1/c-arithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-arithmetic

Some functions for very basic arithmetic operations, like recovery of carry bit, that use the CPU integer arithmetic to the extent possible from C without using assembly language

This library is used for some experiments with low level arithmetic using C.

It is not intended for production use, because there are good and mature libraries that are doing arithmetic very well, like the gmp-library and the built in libraries of many programming languages.

If this project would achieve useful implementations that could improve the performance of one of these builtin libraries, then the goal would be to submit these improvements to the existing libraries.

About

Some functions for very basic arithmetic operations, like recovery of carry bit, that use the CPU integer arithmetic to the extent possible from C without using assembly language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published