Skip to content

Fix build for gcc 8 and test in CI#1154

Merged
sw merged 1 commit intoggml-org:masterfrom
sw:gcc8
Apr 24, 2023
Merged

Fix build for gcc 8 and test in CI#1154
sw merged 1 commit intoggml-org:masterfrom
sw:gcc8

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