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:
- MPERF: 3041.4
- APERF: 3610.62
- UOPS: 17.0
- FpuPipeAssignment.Total0: 0.0
- FpuPipeAssignment.Total1: 0.0
- FpuPipeAssignment.Total2: 0.0
- FpuPipeAssignment.Total3: 0.0
- DIV_CYCLES: 0.0
With loop_count=10 and unroll_count=1
- Code:
0: 49 0f c7 f0 rdrand r8
- Show nanoBench command
- Results:
- MPERF: 3040.8
- APERF: 3610.35
- UOPS: 19.0
- FpuPipeAssignment.Total0: 0.0
- FpuPipeAssignment.Total1: 0.0
- FpuPipeAssignment.Total2: 0.0
- FpuPipeAssignment.Total3: 0.0
- DIV_CYCLES: 0.0