Author :
naddy
Date :
2026-05-30 10:15:23
Hash :9f28ed1d 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@