On 2026/05/31 00:27, Jonathan Gray wrote:
> On Sat, May 30, 2026 at 02:59:02PM +0100, Stuart Henderson wrote:
> > similar to the issue with libpixman, devel/sdl2 fails on i386 with LLVM 22.
> > from naddy's comment:
> > 
> > | LLVM has dropped the ability to generate vectorized code using compiler
> > | intrinsics for chips with MMX but without SSE2.
> > 
> > presumably this applies to SSE as well.
> 
> just MMX
> 
> > 
> > I've committed already to unbreak my bulk (the list of ports depending
> > on this is pretty long), but mailing to let you know in case you would
> > like to do something different longer-term.
> 
> I haven't looked at the fallback paths here but it may be possible to
> just disable mmx everywhere (like the pixman change).

--disable-mmx by itself wasn't enough, it did at least also need --disable-sse.

Reply via email to