As a user I want to install and distribute pygame where the CPU specific optimizations are included for optimized functions.
As part of the PR Adds MMX, SSE2 & Arm NEON optimised versions of blit_blend_premultiplied() some more SIMD optimized functions were made. However there's no runtime detection for those functions, so some are disabled by default.
As a user I want to install and distribute pygame where the CPU specific optimizations are included for optimized functions.
As part of the PR Adds MMX, SSE2 & Arm NEON optimised versions of blit_blend_premultiplied() some more SIMD optimized functions were made. However there's no runtime detection for those functions, so some are disabled by default.