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

Linux compile failed.Error"ggml/src/ggml-aarch64.c:46:54 implicit declaration of function ‘_mm256_set_m128i’; did you mean ‘_mm256_set_epi8’? [-Werror=implicit-function-declaration]" #2503

Open
SummerAnna opened this issue Oct 23, 2024 · 1 comment

Comments

@SummerAnna
Copy link

os:Linux
gcc-version:7.3.0

the compiled error:
In file included from /usr/lib/gcc/x86_64-linux-gnu/7.3.0/include/immintrin.h:45:0,
from ggml/src/ggml-cpu-impl.h:426,
from ggml/src/ggml-aarch64.c:10:
/usr/lib/gcc/x86_64-linux-gnu/7.3.0/include/avx512fintrin.h:12514:1: need type‘__m256i {or __vector(4) long long int}’,but act type is ‘int’

Is the gcc version isn't match?

@SummerAnna
Copy link
Author

It may be the gcc version not support. Because I try it on Ubuntu is ok.

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