CVSROOT:        /cvs
Module name:    xenocara
Changes by:     [email protected]   2026/05/30 04:15:23

Modified files:
        lib/pixman/mk  : Makefile pixman-config.h 

Log message:
pixman: drop support for MMX on x86

LLVM has dropped the ability to generate vectorized code using compiler
intrinsics for chips with MMX but without SSE2.  The pixman library
detects available CPU features at runtime and will either fall back
to the generic implementation or use the SSE2 or SSSE3 code paths.

ok kettenis@ matthieu@ jsg@

Reply via email to