pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
853 stars 140 forks source link

Simplified SIMD fill algorithms #2793

Closed itzpr3d4t0r closed 4 months ago

itzpr3d4t0r commented 6 months ago

This PR condenses our SIMD fill algorithms a bit by removing the use of two color registers (that were the same register effectively).

I measured no significant difference in performance.