Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘mandelbrot benchmark’


Kümmel Mandelbrot Benchmark

Be the first to comment - What do you think?  Posted by JeGX - 2008/07/27 at 10:52

Categories: Benchmarks   Tags: , , , ,

The aim of this program is to explore the possibilities of modern 32bit CPU’s how to speed up (without any loss of precision or non-exact calculation) the traditional Mandelbrot algorithm including also full support for multiple cores. The Mandelbrot algorithm is implemented with double precision floating point numbers. You will find 3 different in the archive file:

  • KMB_V0.53H-32b-MT_FPU…..: only standard FPU code is used for calculation
  • KMB_V0.53H-32b-MT_SSE2….: SSE2 tuned version almost best for all CPU’s
  • KMB_V0.53H-32b-MT_SSE2_PM.: SSE2 tuned version especially for Intel Pentium M and Intel Core1 CPUs (it’s in fact KMB_V0.53G-32b-MT_SSE2 as Version H was slower)

Download Kümmel Mandelbrot Benchmark HERE.

Here are my scores on an old clock-stock Core2Duo 6600: