I am gathering results for the speed of the pi-spigot algorithm for different platforms. Now it is time for the Macintosh computers based on the PowerPC and running MacOS. It would be great to get results from the PPC601 and PPC603 but other models are welcome too. Three programs are attached:
pi-ppc
pi-68k
pi-pwr
The first is the main one, it uses code for the PowerPC. The second one uses the 68k code so it will use the built-in emulator. The last one uses code for the IBM Power. It is only interesting to run it on the PPC601 because the other PPC don't support the POWER instructions used in the code. I gather results for timings of calculations of 100, 1000, and 3000 digits, those timings are printed. It is also an option to get results for 9000 digits just for fun.
I only need results for machines below 400 MHz. Many thanks in advance.
Sources are on - https://github.com/litwr2/rosetta-pi-spigot/tree/master/mac
pi-ppc
pi-68k
pi-pwr
The first is the main one, it uses code for the PowerPC. The second one uses the 68k code so it will use the built-in emulator. The last one uses code for the IBM Power. It is only interesting to run it on the PPC601 because the other PPC don't support the POWER instructions used in the code. I gather results for timings of calculations of 100, 1000, and 3000 digits, those timings are printed. It is also an option to get results for 9000 digits just for fun.
I only need results for machines below 400 MHz. Many thanks in advance.
Sources are on - https://github.com/litwr2/rosetta-pi-spigot/tree/master/mac