Skip to content
/ SSE Public

πŸ“Š Combining pictures and Mandelbrot set with SSE and AVX

Notifications You must be signed in to change notification settings

Mchl-krpch/SSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

69 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SSE optimizations in render

mandelbrot merge

This repository contains a program for drawing the Mandelbrot set and Combining two pictures into one.

The learning goal, however, was to study the functions sse, avx. In the code files you can find a comparison of these functions.