Skip to content

cpu: Update RISC-V condition to require GCC version 14 or higher #14032

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ghosts381937
Copy link

This pull request includes a minor update to the ggml-cpu-quants.c file. The changes ensure compatibility with GCC version 14 or higher for RISC-V vector intrinsics.

Compatibility update:

  • ggml/src/ggml-cpu/ggml-cpu-quants.c: Modified conditional compilation checks to require GCC version 14 or higher when using RISC-V vector intrinsics in the ggml_vec_dot_q5_0_q8_0 and ggml_vec_dot_q5_1_q8_1 functions.

@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ggml changes relating to the ggml tensor library for machine learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant