Hi,
I'm writing a program for computing FLOPS and need now several MSRs, such as FP_COMP_OPS_EXE.SSE_SINGLE_PRECISION. My question is what is the address for it? Ist it 0x1040 or 0x4010 or neither.
And one more question: Does
FP_COMP_OPS_EXE.SSE_FP_SCALAR + FP_COMP_OPS_EXE.SSE_FP_PACKED = FP_COMP_OPS_EXE.SSE_SINGLE_PRECISION + FP_COMP_OPS_EXE.SSE_DOUBLE_PRECISION ?
Thanks for your answer

