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

From: Miguel Ojeda
Date: Fri Mar 31 2023 - 09:39:51 EST


On Sat, Mar 18, 2023 at 5:16 AM David Gow <davidgow@xxxxxxxxxx> 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