Skip to content

Commit cf44693

Browse files
authored
Merge pull request #447 from jdemel/fix-impl-names
kernel: Fix typo in implementation name
2 parents 72a044d + 8c8b3e4 commit cf44693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernels/volk/volk_16ic_x2_dot_prod_16ic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ static inline void volk_16ic_x2_dot_prod_16ic_u_sse2(lv_16sc_t* out,
244244
#ifdef LV_HAVE_AVX2
245245
#include <immintrin.h>
246246

247-
static inline void volk_16ic_x2_dot_prod_16ic_u_axv2(lv_16sc_t* out,
247+
static inline void volk_16ic_x2_dot_prod_16ic_u_avx2(lv_16sc_t* out,
248248
const lv_16sc_t* in_a,
249249
const lv_16sc_t* in_b,
250250
unsigned int num_points)
@@ -386,7 +386,7 @@ static inline void volk_16ic_x2_dot_prod_16ic_u_axv2(lv_16sc_t* out,
386386
#ifdef LV_HAVE_AVX2
387387
#include <immintrin.h>
388388

389-
static inline void volk_16ic_x2_dot_prod_16ic_a_axv2(lv_16sc_t* out,
389+
static inline void volk_16ic_x2_dot_prod_16ic_a_avx2(lv_16sc_t* out,
390390
const lv_16sc_t* in_a,
391391
const lv_16sc_t* in_b,
392392
unsigned int num_points)

0 commit comments

Comments
 (0)