commit | a2ed00b6502f667a709db3570ac076221aa1d946 | [log] [tgz] |
---|---|---|
author | Christian Thalinger <twisti@openjdk.org> | Fri Feb 13 09:09:35 2009 -0800 |
committer | Christian Thalinger <twisti@openjdk.org> | Fri Feb 13 09:09:35 2009 -0800 |
tree | 74c9957121fe0e3f9fa2ae9069b832ada37f06f9 | |
parent | 2f2589d2dc51bcdc1e780421d3c916223ec83960 [diff] |
6800154: Add comments to long_by_long_mulhi() for better understandability This patch adds a comment pointing to the Hacker's Delight version of the algorithm plus a verbatim copy of it. Furthermore it adds inline comments. Reviewed-by: kvn, jrose