[Compbench-devel] CompBenchmarks++/Benchmark Benchmark-Selector.cpp, 1.4, 1.5
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-10-10 16:50:52
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4707 Modified Files: Benchmark-Selector.cpp Log Message: benchpp-stepanov and linpackc-* selection/descriptions fixed. Index: Benchmark-Selector.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-Selector.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Benchmark-Selector.cpp 1 Oct 2006 19:36:11 -0000 1.4 --- Benchmark-Selector.cpp 10 Oct 2006 16:50:46 -0000 1.5 *************** *** 102,106 **** } ! if (tmp=="benchpp-stefanov-al12") { return(new CBMBenchmarkBENCHPP_STEPANOV_AL12(system)); } --- 102,106 ---- } ! if (tmp=="benchpp-stepanov-al12") { return(new CBMBenchmarkBENCHPP_STEPANOV_AL12(system)); } *************** *** 159,165 **** CBMBenchmarkBENCHPP_STEPANOV_AL12 benchpp_ste_al12(system); CBMBenchmarkLINPACKC_SP_UNROLL linpackc_sp_unroll(system); ! CBMBenchmarkLINPACKC_SP_UNROLL linpackc_sp_roll(system); ! CBMBenchmarkLINPACKC_SP_UNROLL linpackc_dp_unroll(system); ! CBMBenchmarkLINPACKC_SP_UNROLL linpackc_dp_roll(system); gzip1.display(); --- 159,165 ---- CBMBenchmarkBENCHPP_STEPANOV_AL12 benchpp_ste_al12(system); CBMBenchmarkLINPACKC_SP_UNROLL linpackc_sp_unroll(system); ! CBMBenchmarkLINPACKC_SP_ROLL linpackc_sp_roll(system); ! CBMBenchmarkLINPACKC_DP_UNROLL linpackc_dp_unroll(system); ! CBMBenchmarkLINPACKC_DP_ROLL linpackc_dp_roll(system); gzip1.display(); |