# compiler-bench Program designed to benchmark the different compiler flags and create a website with graphs of the differerence
Work in progress ( started ~7th-8th August 2020 )
compile with
gcc timing.c [compiler options] -mavx2 -lm -Ofast -o timing
Compile options
Compiles with all flags ( eventually ) | |
Compiles with cached/compiled config files support | |
enable generation of website | |
print the website to stdout | |
set the compiler to test (e.g gcc,g++) | |
include the main function | |
include the timestamp function | |
include the graphing functions | |
include the avx print function function | |
include the avx math functions function | |
print info outside of the main loop | |
include the benchmark function | |
whats going wrong, printing pointer address instead of value!!! | |
compile ( recompile if compiler flag is present ) |