Found 26 repositories(showing 26)
skeeto
Mandelbrot set in SIMD (SSE, AVX)
chamatht
Rust implementation of mandelbrot set with simd
BernhardLindner
using pthreads, OpenMP, OpenCL and SIMD Intrinsics to generate images of the mandelbrot set
NTHU Parallel Programming 2020 Hw2 Mandelbrot Set Calculation, Implemented with Pthread, SSE SIMD Intrinsics, MPI
derekblair
A minimalistic Win32 implementation of a Mandelbrot Set renderer that utilizes multiple threads and SIMD xmm registers with the NASM assembler.
xdsopl
visualize Mandelbrot set using SIMD
VladZg
Optimizations of Mandelbrot set computing algorithm using SIMD instructions: SSE, AVX2, AVX512
LinusJohnson
Visualization of the mandelbrot set using MPI and SIMD with both OpenMP pragmas and intrinsics versions. Homework for a course on parallel computations at KTH.
metaironia
Mandelbrot set drawing and its computational optimizations
d3phys
Mandelbrot set SIMD optimization
OpusTheMoose
No description available
lobanovam
drawimg mandelbrot set, SIMD optimizations
ashqqy
Optimizing Mandelbrot set with SIMD instructions
d-karlss
Mandelbrot set implemented in Rust using SIMD instructions
bartak-v
Mandelbrot set computation sped up by OpenMP SIMD
No description available
LeonidYutlin
Mandelbrot Set render using raylib, optimized via SIMD intrinsics
UjeNeTORT
The Mandelbrot set visualization and its optimization using SIMD intrinsics.
Fluxie
Mandelbrot set visualizer and a personal exercise into Rust SIMD
daniilgriga
Mandelbrot set optimization with SIMD (AVX), visualization (SFML), and performance benchmarks
Mikhail038
Mandelbrot set realisation on C++, using low-level optimisation by SIMD-instructions (AVX2)
jsadeqiar
A Mandelbrot set explorer with support for multi-threading and AVX2 SIMD instructions.
KirillLakhnov
A study of SIMD instructions using the example of the Mandelbrot set rendering algorithm
rbillian678
Parallelized Mandelbrot set computation using SIMD NEON instructions in C++, with Python visualization via Pybind11.
MathandPhysicsStuff
A real time rendering tool for visualizing complex fractals such as the Mandelbrot set and Julia sets. Uses avx2 SIMD to speed things up.
HappMacDonald
An vt100 compatible UI for exploring the Mandelbrot set, also a vehicle for the author to more fully explore x64 SIMD ASM.
All 26 repositories loaded