Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 480 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 480 Bytes

mandelbrot

Simple Mandelbrot generator using fixed_point and Boost.SIMD libraries.

Requires:

  • cmake
  • C++14 compiler
  • Boost 1.60

Tested on:

  • Debian 9 (w. Clang 3.8 and GCC 7.1)

Incantation:

git clone https://github.com/johnmcfarlane/mandelbrot.git
cd mandelbrot
cmake -DCMAKE_BUILD_TYPE=Release .
make
./mandelbrot

feedback welcome