You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.