what is the Maximum optimization and fine-tuning flags for C code to get bext benchmarking number?. developed libraries using static libs currently.
Maximum optimization and fine-tuning flags for C code to get bext benchmarking number
Collapse
X
-
Available compiler optimizations are specific to each compiler. What compiler are you using?
The best benchmarking number depends on who you are. Compiler vendors want to sell compilers; so the most impressive benchmark score is the best. Compiler users want to compare compilers to find the best cost/performance balance for their applications; so the most representative benchmark score is best.
Comment