https://bugs.kde.org/show_bug.cgi?id=368529

--- Comment #17 from Elliott Hughes <e...@google.com> ---
(/me checks check-in comment from
https://android-review.googlesource.com/393156...)

yeah, looks like i misremembered: it was SSE4 that was missing. from the bug
that links to, it was specifically these instructions:

        for (i = 0; i < len; ++i)
                any_set |= buf[i];
   d2c70:       66 0f 38 21 51 fc       pmovsxbd -0x4(%ecx),%xmm2
   d2c76:       66 0f 38 21 19          pmovsxbd (%ecx),%xmm3

clang has a habit of choosing more exotic instructions that gcc for arm32 too.
(that's what's changed recently: the compiler, not the compiler flags.)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to