https://bugs.kde.org/show_bug.cgi?id=400829
--- Comment #4 from Paul Floyd <[email protected]> --- I get no errors. objdump shows several cmovs including cmovns: objdump -d bug400829 | grep -i cmov 201b86: 48 0f 48 d0 cmovs %rax,%rdx 201b93: 48 0f 49 c1 cmovns %rcx,%rax 201ba5: 4c 0f 43 e8 cmovae %rax,%r13 201bf0: 48 0f 48 d0 cmovs %rax,%rdx 201bfd: 48 0f 49 c1 cmovns %rcx,%rax 201c0f: 4c 0f 43 e8 cmovae %rax,%r13 201c7d: 48 0f 48 cb cmovs %rbx,%rcx 201c95: 48 0f 49 d8 cmovns %rax,%rbx -- You are receiving this mail because: You are watching all bug changes.
