Skip to content

Commit

Permalink
Disable branch predict instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jun 22, 2000
1 parent 2b22b88 commit 6208091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysdeps/ia64/memcpy.S
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ ENTRY(memcpy)
.rotp p[MEMLAT + 2]
mov ret0 = in0 // return value = dest
mov saved_pr = pr // save the predicate registers
brp.loop.many.tk.tk.imp .l0, .done - 16
// brp is currently broken - reenable when it gets fixed.
// brp.loop.many .l0, .done - 16
mov saved_lc = ar.lc // save the loop counter
or tmp3 = in0, in1 ;; // tmp3 = dest | src
or tmp3 = tmp3, in2 // tmp3 = dest | src | len
Expand Down

0 comments on commit 6208091

Please sign in to comment.