Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix build for gcc 8 and test in CI #1154

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

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Fix build for gcc 8 and test in CI #1154

merged 1 commit into from
Apr 24, 2023

Conversation

sw
Copy link
Contributor

@sw sw commented Apr 24, 2023

GCC 8 doesn't know _mm_loadu_si64, use the equivalent _mm_loadl_epi64 which generates the same opcode.

Set the make CI check to run on Ubuntu 20.04 and GCC 8 to prevent such problems in the future. Of course we might decide to drop support for these old versions some time in the future.

See a failing check here.

Resolves #1120

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

Successfully merging this pull request may close these issues.

Latest release wont compile (ggml.c)
2 participants