MarkusFlad / mandelbrot17

Mandelbrot implementation in C++ that may use C++ features up to C++17.
1 stars 0 forks source link

Test With Different Compilers In One Go #4

Open MarkusFlad opened 3 years ago

MarkusFlad commented 3 years ago

There shall be a preprocessor define NO_INTRINSICS, that forces not to use the SIMD intrinsics. Basically this means to use always the NoSimdUnionStruct.

MarkusFlad commented 3 years ago

There shall also be a shell script and and improvement to the python script so that different compiled version can be tested in one call.