Skip to content

INDA24PlusPlus/valterm-simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot fractal generator

Generating a mandelbrot fractal with 200 max iterations and 1024x1024 resolution.

NOTE: Must be compiled with Intel C/C++ Compiler (lol) to use _mm256_sin_ps intrinsic. (Not really an intrinsic but anyway)

Benchmark

Method Time (ms) Confidence interval
SISD 80.40 +- 0.39%
SIMD 13.74 +- 0.86%

This means approximately a 5.85x performance increase with SIMD optimizations.

Output

Mandelbrot Fractal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published