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
I'm running Linux Mint with an Intel i7-14700K CPU. While the m102 program still technically compiles, I get a ton of compilation errors with phrases along the lines of "warning: AVX vector return of type 'VExt<32, unsigned short>' (vector of 32 'unsigned short' values) without 'avx512f' enabled changes the ABI [-Wpsabi]" even if I add -mno-avx512f as an additional argument before compiling.
The text was updated successfully, but these errors were encountered:
jenngra505
changed the title
Compilation warnings on CPU that doesn't support AVX512F
Compilation warnings on CPUs that don't support AVX512F
Oct 24, 2024
I'm running Linux Mint with an Intel i7-14700K CPU. While the m102 program still technically compiles, I get a ton of compilation errors with phrases along the lines of "warning: AVX vector return of type 'VExt<32, unsigned short>' (vector of 32 'unsigned short' values) without 'avx512f' enabled changes the ABI [-Wpsabi]" even if I add -mno-avx512f as an additional argument before compiling.
The text was updated successfully, but these errors were encountered: