| 3865 | } |
| 3866 | } |
| 3867 | |
| 3868 | return sumf; |
| 3869 | } |
| 3870 | |
| 3871 | static void ds4_vec_dot_q8_K_q8_K(int n, float *s, |
| 3872 | const block_q8_K *x, |
| 3873 | const block_q8_K *y) { |
| 3874 | const int nb = n / QK_K; |
| 3875 | float sum = 0.0f; |
| 3876 | #if defined(__ARM_NEON) && defined(__ARM_FEATURE_DOTPROD) |
no outgoing calls
no test coverage detected