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
Many applications need to switch simd implementations based on the features of the cpu they're running on. It would be nice to have an interface for this in the rust simd crate, wrapping cpuid and whatever the equivalent for non-x86 architectures is.
The text was updated successfully, but these errors were encountered:
Many applications need to switch simd implementations based on the features of the cpu they're running on. It would be nice to have an interface for this in the rust simd crate, wrapping
cpuid
and whatever the equivalent for non-x86 architectures is.The text was updated successfully, but these errors were encountered: