Skip to content

C implementation of mandelbrot set with gcc vector extensions

License

Notifications You must be signed in to change notification settings

chamatht/mandelbrot-simd-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot-simd-c

C implementation of mandelbrot set with gcc vector extensions. Gcc and Clang support GCC vector extensions.

Program will be compiled into simd instructions (AVX/AVX2 for x86, NEON for arm)

To compile: run

make

About

C implementation of mandelbrot set with gcc vector extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published