[Compbench-devel] CompBenchmarks++/SupportedBenchmarks Benchmark-LINPACKC.h, 1.4, 1.5
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-11 20:14:09
|
Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17876 Modified Files: Benchmark-LINPACKC.h Log Message: Obsolete methods removed. Index: Benchmark-LINPACKC.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-LINPACKC.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Benchmark-LINPACKC.h 11 Jan 2007 19:59:35 -0000 1.4 --- Benchmark-LINPACKC.h 11 Jan 2007 20:14:06 -0000 1.5 *************** *** 56,61 **** CBMBenchmarkLINPACKC(CBMPackage *_package); virtual std::string benchmarkComments(void); - virtual std::string linpackPrecisionFlags(void) = 0; - virtual std::string linpackRollFlags(void) = 0; virtual std::string benchmarkLINPACKCComments(void) = 0; --- 56,59 ---- *************** *** 71,78 **** private: protected: - virtual std::string linpackPrecisionFlags(void); - virtual std::string linpackRollFlags(void); - - virtual std::string benchmarkLINPACKCComments(void); --- 69,72 ---- *************** *** 92,99 **** private: protected: - virtual std::string linpackPrecisionFlags(void); - virtual std::string linpackRollFlags(void); - - virtual std::string benchmarkLINPACKCComments(void); --- 86,89 ---- *************** *** 114,121 **** private: protected: - virtual std::string linpackPrecisionFlags(void); - virtual std::string linpackRollFlags(void); - - virtual std::string benchmarkLINPACKCComments(void); --- 104,107 ---- *************** *** 135,142 **** private: protected: - virtual std::string linpackPrecisionFlags(void); - virtual std::string linpackRollFlags(void); - - virtual std::string benchmarkLINPACKCComments(void); --- 121,124 ---- |