You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On AVX512 CPU's hardware is always just isAVX512. So Count() will fall-through to non-SIMD generic fallback.
Unless there's some other reason, I think it should be case isAccelerated, isAVX512: instead.
On AVX512 CPU's
hardwareis always justisAVX512. So Count() will fall-through to non-SIMD generic fallback.Unless there's some other reason, I think it should be
case isAccelerated, isAVX512:instead.