Browse Source

Merge pull request #2582 from martin-frbg/mips32fix

Increase BUFFER_SIZE on MIPS32 to accomodate SGEMM requirements
tags/v0.3.10^2
Martin Kroeker GitHub 5 years ago
parent
commit
b6795db731
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common_mips.h

+ 1
- 1
common_mips.h View File

@@ -94,7 +94,7 @@ REALNAME:
#endif
#define HUGE_PAGESIZE ( 4 << 20)

#define BUFFER_SIZE (16 << 20)
#define BUFFER_SIZE (16 << 21)


#define BASE_ADDRESS (START_ADDRESS - BUFFER_SIZE * MAX_CPU_NUMBER)


Loading…
Cancel
Save