<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mandelbrot on Cedric Bail</title><link>http://bluebugs.github.io/tags/mandelbrot/</link><description>Recent content in Mandelbrot on Cedric Bail</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 13 Jul 2025 15:00:00 -0700</lastBuildDate><atom:link href="http://bluebugs.github.io/tags/mandelbrot/index.xml" rel="self" type="application/rss+xml"/><item><title>Mandelbrot Set - Serial Version</title><link>http://bluebugs.github.io/examples/mandelbrot-serial/</link><pubDate>Sun, 13 Jul 2025 15:00:00 -0700</pubDate><guid>http://bluebugs.github.io/examples/mandelbrot-serial/</guid><description>&lt;p>This is the serial (scalar) implementation of the Mandelbrot set computation, compiled to WebAssembly for the browser-based benchmark demo.&lt;/p></description></item><item><title>Mandelbrot Set - SPMD Version</title><link>http://bluebugs.github.io/examples/mandelbrot-spmd/</link><pubDate>Sun, 13 Jul 2025 15:00:00 -0700</pubDate><guid>http://bluebugs.github.io/examples/mandelbrot-spmd/</guid><description>&lt;p>This is the SPMD (Single Program Multiple Data) implementation of the Mandelbrot set computation, using &lt;code>go for&lt;/code> loops to process 4 pixels simultaneously via WASM SIMD128.&lt;/p></description></item></channel></rss>