Mandlebrot set in SFML with SIMD optimization using intrinsics
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
Probably fixed bug: threads were awackening on resize event, because height was changing, but currentAvailableLine wasn't
ab4666fView on GitHubWindow is now resizable. Changed format of coordinates given with Ctrl+C to %g
fc308b3View on GitHubAdded support for any screen resolution. Changed store commands to unaligned version
26000dbView on GitHubRemoved array or y0, because they are the same. Replaced loops in calculateMandelbrotAutoVec with defines
7c9e6f6View on GitHubFixed bug for 128 and 256 bit intrinsics: break was in inner loop so maxIter iterations was performed on all dots
f9e151dView on GitHub