@lritter@mastodon.gamedev.place
Post #2266220
2026-05-03 22:34 UTC
@Microfractal@mathstodon.xyz are the cores doing anything good?
Replies (1)
-
@Microfractal@mathstodon.xyz 2026-05-03 22:45
@lritter@mastodon.gamedev.place The cores run some heavy Mandelbrot set iterations. For W*H pixels, each core runs W*H/6 iteration computations using a std::thread splitted for loop in c++