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
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)
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)