Percentage of various floating point operations in SPEC CPU tests

I am looking at SPEC CPU2006 site for floating point: SPEC 2006 floating point

I noticed all the benchmarks are listed, but I could not find any information regarding the percentage of basic floating point operations like add / sub, mult, sqrt, div, etc.

How can I find this information? That is, what are the% additions / sub, mults, divs, sqrts, etc. For every test?

As an example, there is the following article in the LINPACK test, which includes operations: LINPACK test: past, present and future

+3


source to share


1 answer


I found some details in some random docs I was looking through:



These documents describe the relative frequencies of multiply, add, subtract, divide, and square root.

0


source







All Articles