lasx_ext16_32: Initialize the vector #11726
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In function 'lasx_ext16_32',
inlined from 'ggml_vec_dot_iq3_s_q8_K' at
/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-quants.c:518:12:
warning: 'tmp1' may be used uninitialized [-Wmaybe-uninitialized]
518 | tmp1 = __lasx_xvinsgr2vr_w(tmp1, __lsx_vpickve2gr_h(a, 0), 0);
| ^~~~~~~~~~~~~~~~~~~
Make sure to read the contributing guidelines before submitting a PR