24/09/2025 17:43, Thomas Monjalon: > I've found the AVX2 function is not used in efd library. > Then I tried to make AVX2 compilation simpler in efd and member libraries. > > While at it, I've hidden a macro which was wrongly exported in the API > without having a correct prefix. > > The v3 does not have the patches removing build-time checks: > - efd: remove AVX2 build-time check > - member: remove AVX2 build-time checks > because I'm not sure losing inlining for cleanup is worth. > > Thomas Monjalon (2): > efd: fix AVX2 support > member: hide internal macro
Applied The 2 other patches from v2 could be reconsidered later if we measure that the performance hit is neglictible. I probably won't work on it, so I let it to anyone interested.

