-
Notifications
You must be signed in to change notification settings - Fork 11.4k
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
Latest release wont compile (ggml.c) #1120
Comments
Try with a more recent version of gcc, 8.4 is 3 years old by now. 9.0 should fix this: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78782 |
That worked. Thank you. |
ggml issue: ggml-org/ggml#99 |
Reopening as there seems to be an easy fix to stay compatible with gcc 8: ggml-org/ggml#99 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Release: master-36b4f7e
ggml.c: In function ‘bytes_from_nibbles_16’:
ggml.c:439:19: warning: implicit declaration of function ‘_mm_loadu_si64’; did you mean ‘_mm_loadl_epi64’? [-Wimplicit-function-declaration]
ggml.c:439:19: error: incompatible types when initializing type ‘__m128i’ {aka ‘__vector(2) long long int’} using type ‘int’
Using:
cc (Ubuntu 8.4.0-3ubuntu2) 8.4.0
g++ (Ubuntu 8.4.0-3ubuntu2) 8.4.0
The text was updated successfully, but these errors were encountered: