MASM32 Downloads
In order to get 20 digit accuracy for 2^64, I may need to retain the 40 most significant digits of each computation. The timing may then increase by a factor of 4.
One minor modification, rounding the 37th digit before cutting it to 36 digits, resulted in at least the 20-digit accuracy for 2^64. Still takes 0.5 ms.Attached is the latest (and probably last) source file for the record on this project.