Skip to content
Snippets Groups Projects
Commit d5d6df6b authored by Richard Torenvliet's avatar Richard Torenvliet
Browse files

added table to results

parent 96798f22
No related branches found
No related tags found
No related merge requests found
......@@ -298,14 +298,14 @@ The following results have been obtained:\\
\begin{tabular}{|c|c|c|c|c|c|}
\hline
Benchmark & Original & Optimized & Original & Optimized & Performance \\
& Instructions & instructions & cycles & cycles & boost(cycles)\\
& Instructions & instructions & cycles & cycles & boost(cycles)\\
\hline
pi & 94 & & 1714468 & & \\
acron & 361 & & 4435687 & & \\
dhrystone & 752 & & 2887710 & & \\
whet & 935 & & 2864526 & & \\
slalom & 4177 & & 2879140 & & \\
clinpack & 3523 & & 1543746 & & \\
pi & 94 & 2 & 1714468 & 1714362 & 0.006182676 \% \\
acron & 361 & 19 & 4435687 & 4372825 & 1.417187462 \% \\
dhrystone & 752 & 36 & 2887710 & 2742720 & 5.020933542 \% \\
whet & 935 & 23 & 2864526 & 2840042 & 0.854731289 \% \\
slalom & 4177 & 107 & 2879140 & 2876105 & 0.143480345 \% \\
clinpack & 3523 & 49 & 1543746 & 1528406 & 1.353201887 \% \\
\hline
\end{tabular}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment