Skip to content
forked from bk1/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

License

Notifications You must be signed in to change notification settings

8l/c-arithmetic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

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

Languages

  • C 85.6%
  • Perl 9.4%
  • Makefile 4.4%
  • Shell 0.6%