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
Currently, the avx feature is compile-time determined, based on the CPUID features of the processor and/or RUSTFLAGS value.
Before cutting a new release that includes #10, we must add runtime feature detection.
Otherwise, one could use pre-compiled binaries from a platform that supports avx and would likely run into an illegal instruction when running on a platform that doesn't.
The text was updated successfully, but these errors were encountered:
Currently, the avx feature is compile-time determined, based on the CPUID features of the processor and/or RUSTFLAGS value.
Before cutting a new release that includes #10, we must add runtime feature detection.
Otherwise, one could use pre-compiled binaries from a platform that supports avx and would likely run into an illegal instruction when running on a platform that doesn't.
The text was updated successfully, but these errors were encountered: