Update ggml-quants.c
This commit is contained in:
parent
8a16be0fd3
commit
304b9b7732
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ inline static int8x16_t ggml_vqtbl1q_s8(int8x16_t a, uint8x16_t b) {
|
|||
|
||||
// NOTE: not tested
|
||||
inline static uint8x16_t ggml_vqtbl1q_u8(uint8x16_t a, uint8x16_t b) {
|
||||
int8x16_t res;
|
||||
uint8x16_t res;
|
||||
|
||||
res[ 0] = a[b[ 0]];
|
||||
res[ 1] = a[b[ 1]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue