Skip to content

Commit 52a3f00

Browse files
authored
Fix unintended reversion of recent CortexA53 changes
1 parent a3cd36a commit 52a3f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

param.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,7 +2876,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28762876
#define SYMV_P 16
28772877
#endif
28782878

2879-
#if defined(P5600) || defined(MIPS1004K) || defined(MIPS24K) || defined(I6400) || defined(P6600) || defined(I6500)
2879+
#if defined(P5600) || defined(MIPS1004K) || defined(MIPS24K) || defined(I6400) || defined(P6600) || defined(I6500)
28802880
#define SNUMOPT 2
28812881
#define DNUMOPT 2
28822882

@@ -3154,7 +3154,7 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
31543154
#define SGEMM_DEFAULT_UNROLL_M 8
31553155
#define SGEMM_DEFAULT_UNROLL_N 8
31563156

3157-
#define DGEMM_DEFAULT_UNROLL_M 8
3157+
#define DGEMM_DEFAULT_UNROLL_M 4
31583158
#define DGEMM_DEFAULT_UNROLL_N 4
31593159

31603160
#define CGEMM_DEFAULT_UNROLL_M 8

0 commit comments

Comments
 (0)