LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / bench / basicbench.cxxlist
bloba8ab34e0df72f2a172885d98472910d1c035c3d1
1 #!/bin/bash
3 # CLIST[((g++))]="g++-3.4 -O3 -DNDEBUG"
4 # CLIST[((g++))]="g++-3.4 -O3 -DNDEBUG -finline-limit=20000"
6 # CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG"
7 #CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG -finline-limit=20000"
9 # CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG"
10 #CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000"
11 # CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000 -fprofile-generate"
12 # CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000 -fprofile-use"
14 # CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG"
15 #CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000"
16 # CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000 -fprofile-generate"
17 # CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000 -fprofile-use"
19 # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-genx"
20 # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-use"
22 #CLIST[((g++))]="/opt/intel/Compiler/11.1/072/bin/intel64/icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -lrt"
23 CLIST[((g++))]="/home/orzel/svn/llvm/Release/bin/clang++ -O3 -DNDEBUG -DEIGEN_DONT_VECTORIZE -lrt"
24 CLIST[((g++))]="/home/orzel/svn/llvm/Release/bin/clang++ -O3 -DNDEBUG -lrt"
25 CLIST[((g++))]="g++-4.4.4 -O3 -DNDEBUG -DEIGEN_DONT_VECTORIZE -lrt"
26 CLIST[((g++))]="g++-4.4.4 -O3 -DNDEBUG -lrt"
27 CLIST[((g++))]="g++-4.5.0 -O3 -DNDEBUG -DEIGEN_DONT_VECTORIZE -lrt"
28 CLIST[((g++))]="g++-4.5.0 -O3 -DNDEBUG -lrt"