matiTechno / asm-fractal

me learning x86-64 linux assembly - the goal of the project is to render a fractal to a file using multiple threads and without any dependencies; +AVX2 version
2 stars 0 forks source link

gcc bug? image artifacts #3

Open matiTechno opened 5 years ago

matiTechno commented 5 years ago

gcc (GCC) 8.2.1 20181127 commit: e04e15d rel target (g++ -O3 -DNDEBUG) image artifacts are gone if _config.render_width and _config.render_height are set in main() and not statically (look at the center of the image - should be all white) fractal