Where can I find soft-multiply and divide algorithms?

前端 未结 7 1983
萌比男神i
萌比男神i 2021-02-19 09:00

I\'m working on a micro-controller without hardware multiply and divide. I need to cook up software algorithms for these basic operations that are a nice balance of compact siz

相关标签:
7条回答
  • 2021-02-19 09:58

    My favorite reference for things like this, available in book form:

    http://www.hackersdelight.org/

    Also you can't go wrong with TAoCP: http://www-cs-faculty.stanford.edu/~uno/taocp.html

    0 讨论(0)
提交回复
热议问题