Skip to content

Commit 63f7ecf

Browse files
committed
ggml : fix comment
1 parent 1b59a07 commit 63f7ecf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ggml.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,10 @@ static inline __m128i packNibbles( __m128i bytes1, __m128i bytes2 )
492492
#endif
493493

494494
#if __ARM_NEON
495-
// check if ARMv8 is not available
495+
496+
// TODO: this check is wrong
497+
// we have to check somehow if vaddvq_u8, vzp1q_u8, etc are available, but I don't know how
498+
// at least, this works on my 32-bit RPi4
496499
#if !defined(__ARM_FEATURE_QRDMX)
497500

498501
inline static uint16_t vaddvq_u8(uint8x16_t v) {

0 commit comments

Comments
 (0)