Skip to content
Snippets Groups Projects
Commit 28ca84e0 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Jiri Kosina
Browse files

lib: correct link to the original source for div64_u64

parent 2701e84f
No related merge requests found
......@@ -127,7 +127,7 @@ EXPORT_SYMBOL(div64_u64_rem);
* by the book 'Hacker's Delight'. The original source and full proof
* can be found here and is available for use without restriction.
*
* 'http://www.hackersdelight.org/HDcode/newCode/divDouble.c.txt'
* 'http://www.hackersdelight.org/hdcodetxt/divDouble.c.txt'
*/
#ifndef div64_u64
u64 div64_u64(u64 dividend, u64 divisor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment