Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 316 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 316 Bytes

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.