Skip to content

eblossom/mandel-simd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Set in SSE, AVX, and NEON

This is an example of implementing the mandelbrot set in SSE, AVX, and NEON (ARM) intrinsics. On x86, it's fast enough to render the Mandelbrot set at 256 iterations at 60 FPS.

About

Mandelbrot set in SIMD (SSE, AVX)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.4%
  • Makefile 5.6%