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.
Many drivers and filters include AVX intrinsic optimizations as well as a generic C++ implementation.
These optimized implementations are gated by runtime cpuid checks to ensure they are only used on supported platforms, but fail to even compile on non-x86 platforms. We should add preprocessor guards to ensure they are only compiled on x86.
The text was updated successfully, but these errors were encountered:
Many drivers and filters include AVX intrinsic optimizations as well as a generic C++ implementation.
These optimized implementations are gated by runtime cpuid checks to ensure they are only used on supported platforms, but fail to even compile on non-x86 platforms. We should add preprocessor guards to ensure they are only compiled on x86.
The text was updated successfully, but these errors were encountered: