https://bugs.kde.org/show_bug.cgi?id=442168
--- Comment #4 from Julian Seward <jsew...@acm.org> --- (In reply to Xavier Roche from comment #2) > The difference between the correctly executed code under valgrind and the > faulty one: > - movsd %xmm0, (%rsp) # 8-byte Spill > + vmovsd %xmm0, (%rsp) # 8-byte Spill > - movsd (%rsp), %xmm0 # 8-byte Reload > + vmovsd (%rsp), %xmm0 # 8-byte Reload > - movsd .LCPI6_0(%rip), %xmm0 # xmm0 = mem[0],zero > + vmovsd .LCPI6_0(%rip), %xmm0 # xmm0 = mem[0],zero Can you give some more information about why you think the change from movsd to vmovsd causes the error? Also, which one gives correct execution and which doesn't? -- You are receiving this mail because: You are watching all bug changes.