Hi, I would like to use this code from Hacker's Delight in cdecimal:
http://www.hackersdelight.org/HDcode/divlu.c The divlu function is Knuth's algorithm D optimized for 64bit/32bit -> 32bit divrem. It is going to be used for (hypothetical?) platforms without uint64_t. The license is public domain like: http://www.hackersdelight.org/permissions.htm Is this license good enough for inclusion in Python? Stefan Krah _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com