Skip to content

Commit 503da04

Browse files
committed
SGEMM fix for armv7
1 parent f11b266 commit 503da04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv_im2col_layer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <stdio.h>
2828

2929

30-
#define USE_LEGACY_SGEMM
30+
//#define USE_LEGACY_SGEMM
3131

3232
namespace feather
3333
{

0 commit comments

Comments
 (0)