Results 1 to 3 of 3

Thread: SuperPi Algorithm?

  1. #1
    XS Mad Scientist
    Join Date
    Jan 2005
    Location
    Smyrna, GA USA
    Posts
    790

    SuperPi Algorithm?

    I am interested in implementing something as close as possible to SuperPi on some non x86 processors that I work with as one of a suite of speed comparisons. I did a search through the archives and google for source code, or even a description of the algorithm that they use, but I did not have any success. Does anyone happen to know of a) source code, or b) a description or even just the name of the pi calculation algorithm that SuperPi uses?

  2. #2
    Xtreme X.I.P.
    Join Date
    Dec 2003
    Posts
    4,734
    Algorithm is Gauss-Legendre and Super Pi source code has not been made public.

  3. #3
    XS Mad Scientist
    Join Date
    Jan 2005
    Location
    Smyrna, GA USA
    Posts
    790
    Thanks that is a big help to start. followup questions for anyone. I know some people have manually tweaked the object code so maybe they know:

    does superpi do a fixed (pre-known) number if iterations for each set-size, or do they do the convergence check described in the algorithm?

    Also, is anything known about the approach superpi uses for arbitrary precision arithmetic?

    Thanks again...

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •