Skip to content

Commit

Permalink
Corrected INSTR_LOOP and UOPS values.
Browse files Browse the repository at this point in the history
  • Loading branch information
sszymczy authored and TomTheBear committed Nov 27, 2024
1 parent a38e6a2 commit 653455d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/x86-64/stream_mem.ptt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ DESC Double-precision stream triad A(i) = B(i)*c + C(i), uses scalar arithmetic
LOADS 2
STORES 1
INSTR_CONST 17
INSTR_LOOP 7
UOPS 8
INSTR_LOOP 19
UOPS 22
movsd FPR5, [rip+SCALAR]
LOOP 4
movsd FPR1, [STR1 + GPR1*8]
Expand Down

0 comments on commit 653455d

Please sign in to comment.