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
{{ message }}
This repository was archived by the owner on Dec 3, 2022. It is now read-only.
.NET Core 3.0 will support SIMD intrinsics , i.e. SSE, AVX etc.
Several of these operations will be useful. Examples:
It will be necessary to have fallback behaviour anyway, as the intrinsics do not provide fallback behavior.