Skip to content

Commit 0925dfe

Browse files
authored
One instance of kernel_4x1 is used even on SKX
1 parent 1085775 commit 0925dfe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

kernel/x86_64/sgemv_n_4.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ static void sgemv_kernel_4x2( BLASLONG n, FLOAT **ap, FLOAT *x, FLOAT *y, FLOAT
172172

173173
}
174174

175+
#endif
175176
#endif
176177

177178
#ifndef HAVE_KERNEL_4x1
@@ -248,8 +249,6 @@ static void sgemv_kernel_4x1(BLASLONG n, FLOAT *ap, FLOAT *x, FLOAT *y, FLOAT *a
248249

249250
#endif
250251

251-
#endif
252-
253252
static void add_y(BLASLONG n, FLOAT *src, FLOAT *dest, BLASLONG inc_dest) __attribute__ ((noinline));
254253

255254
static void add_y(BLASLONG n, FLOAT *src, FLOAT *dest, BLASLONG inc_dest)

0 commit comments

Comments
 (0)