Coding
Division Optimization using Register Lowering
I’m trying to write fast long division using techniques like register lowering and rewriting the entire operation using cheaper instructions like shifts. Why? FOR SCIENCE! Benchmark code here: https://gist.github.com/badamczewski/4361974487c102bf7c02680257c7e49f Other Methods: (posting images crashes my Read more…