RDRAND (R64) - Throughput and Uops
With 1 independent instruction
With unroll_count=10 and no inner loop
- Code:
0: 49 0f c7 f0 rdrand r8
- Show nanoBench command
- Results:
- Instructions retired: 1.0
- Core cycles: 1224.35
- Reference cycles: 1254.4
- UOPS_RETIRED.ALL: 19.0
- UOPS_MS: 18.0
With loop_count=10 and unroll_count=1
- Code:
0: 49 0f c7 f0 rdrand r8
- Show nanoBench command
- Results:
- Instructions retired: 3.0
- Core cycles: 1400.78
- Reference cycles: 1433.6
- UOPS_RETIRED.ALL: 21.0
- UOPS_MS: 18.0