Skip to content

chamatht/mandelbrot-simd-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot-simd-rs

Rust implementation of mandelbrot set with simd(Single instruction, multiple data) using packed-simd crate.

It's recommended to add following to cargo config

rustflags = ["-C", "target-cpu=native"]

This will ensure AVX/AVX2 is used when compiling. (only applicable to x86 machines, that support AVX/AVX2)

To compile: run

cargo build --release

About

Rust implementation of mandelbrot set with simd

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages