Re: [PATCH 1/2] Remove MMX code path in lexer

2024-07-31 Thread Richard Biener
On Tue, Jul 30, 2024 at 5:43 PM Andi Kleen wrote: > > From: Andi Kleen > > Host systems with only MMX and no SSE2 should be really rare now. > Let's remove the MMX code path to keep the number of custom > implementations the same. > > The SSE2 code path is also somewhat dubious now (nearly everyt

[PATCH 1/2] Remove MMX code path in lexer

2024-07-30 Thread Andi Kleen
From: Andi Kleen Host systems with only MMX and no SSE2 should be really rare now. Let's remove the MMX code path to keep the number of custom implementations the same. The SSE2 code path is also somewhat dubious now (nearly everything should have SSE4 4.2 which is >15 years old now), but the SS