[PATCH] arch:um: Only disable SSE on clang to work around old GCC bugs

Miguel Ojeda miguel.ojeda.sandonis at gmail.com
Fri Mar 31 06:39:35 PDT 2023


On Sat, Mar 18, 2023 at 5:16 AM David Gow <davidgow at google.com> wrote:
>
> Nevertheless, only disable SSE on clang setups, as that's a simple way
> of working around everyone's bugs.

Sounds good to me. If GCC >= 11 has fixed it, should we instead test
for GCC < 11, i.e. it could help catching future new regressions like
the linked GCC bug, if I understand correctly, right? Of course, that
could be done for the next cycle, since this one minimizes the
original change w.r.t. v6.2.

By the way, missing space on the title (`arch:um`).

Cheers,
Miguel



More information about the linux-um mailing list