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
777 stars 123 forks source link

WIP: add GNU target arch attributes for AVX2 functions #2764

Open robertpfeiffer opened 3 months ago

robertpfeiffer commented 3 months ago

Please ignore, testing how MSVC handles this in the CI

robertpfeiffer commented 3 months ago

If you want, I can guard these behind ifdefs so they only show up on GCC and clang, or I can just close this PR experiment.

ankith26 commented 3 months ago

Could you explain the benefit of having this PR conditional on clang/gcc being used?