| 4131 | #endif |
| 4132 | } |
| 4133 | |
| 4134 | static void ds4_vec_dot_iq2_xxs_pair_q8_K( |
| 4135 | int n, |
| 4136 | float *s0, |
| 4137 | float *s1, |
| 4138 | const block_iq2_xxs *x0, |
| 4139 | const block_iq2_xxs *x1, |
| 4140 | const block_q8_K *y) { |
| 4141 | #if defined(__ARM_NEON) && defined(__ARM_FEATURE_DOTPROD) |
| 4142 | const int nb = n / QK_K; |
| 4143 | float total0 = 0.0f; |
| 4144 | float total1 = 0.0f; |
no test coverage detected