[GH-ISSUE #11934] x86: ggml-cpu-quants.c:11970:42: error: implicit declaration of function '_pdep_u64' on Alpine Linux #7921

Open
opened 2026-04-12 20:05:15 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @OTLabs on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11934

What is the issue?

Package build for ollama 0.11.4 for x86 arch on Alpine Linux fails, https://gitlab.alpinelinux.org/otlabs/aports/-/jobs/1975191#L242

Relevant log output

/builds/otlabs/aports/community/ollama/src/ollama-0.11.4/ml/backend/ggml/ggml/src/ggml-cpu/ggml-cpu-quants.c:11970:42: error: implicit declaration of function '_pdep_u64'; did you mean '_pdep_u32'? [-Wimplicit-function-declaration]
11970 |             const uint64_t packed_idx1 = _pdep_u64(*(const uint32_t *)qs, 0x00ff00ff00ff00ffULL) | _pdep_u64(qh[ib], 0x700070007000700ULL);
      |                                          ^~~~~~~~~
      |                                          _pdep_u32

OS

Linux

GPU

No response

CPU

Intel

Ollama version

0.11.4

Originally created by @OTLabs on GitHub (Aug 16, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11934 ### What is the issue? Package build for ollama 0.11.4 for x86 arch on Alpine Linux fails, https://gitlab.alpinelinux.org/otlabs/aports/-/jobs/1975191#L242 ### Relevant log output ```shell /builds/otlabs/aports/community/ollama/src/ollama-0.11.4/ml/backend/ggml/ggml/src/ggml-cpu/ggml-cpu-quants.c:11970:42: error: implicit declaration of function '_pdep_u64'; did you mean '_pdep_u32'? [-Wimplicit-function-declaration] 11970 | const uint64_t packed_idx1 = _pdep_u64(*(const uint32_t *)qs, 0x00ff00ff00ff00ffULL) | _pdep_u64(qh[ib], 0x700070007000700ULL); | ^~~~~~~~~ | _pdep_u32 ``` ### OS Linux ### GPU _No response_ ### CPU Intel ### Ollama version 0.11.4
GiteaMirror added the bug label 2026-04-12 20:05:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7921