Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation warnings on CPUs that don't support AVX512F #44

Open
jenngra505 opened this issue Oct 22, 2024 · 0 comments
Open

Compilation warnings on CPUs that don't support AVX512F #44

jenngra505 opened this issue Oct 22, 2024 · 0 comments

Comments

@jenngra505
Copy link

jenngra505 commented Oct 22, 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.

@jenngra505 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant