Skip to content

Commit df85755

Browse files
authored
Remove special parameter set for obsolete IOS/ARMV8 workaround
1 parent 85ccdce commit df85755

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

param.h

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,38 +2588,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25882588

25892589
#define SYMV_P 16
25902590

2591-
// Darwin / Cross
2592-
#if defined(OS_DARWIN) && defined(CROSS)
2593-
2594-
#define SGEMM_DEFAULT_UNROLL_M 2
2595-
#define SGEMM_DEFAULT_UNROLL_N 2
2596-
2597-
#define DGEMM_DEFAULT_UNROLL_M 2
2598-
#define DGEMM_DEFAULT_UNROLL_N 2
2599-
2600-
#define CGEMM_DEFAULT_UNROLL_M 2
2601-
#define CGEMM_DEFAULT_UNROLL_N 2
2602-
2603-
#define ZGEMM_DEFAULT_UNROLL_M 2
2604-
#define ZGEMM_DEFAULT_UNROLL_N 2
2605-
2606-
#define SGEMM_DEFAULT_P 128
2607-
#define DGEMM_DEFAULT_P 128
2608-
#define CGEMM_DEFAULT_P 96
2609-
#define ZGEMM_DEFAULT_P 64
2610-
2611-
#define SGEMM_DEFAULT_Q 240
2612-
#define DGEMM_DEFAULT_Q 120
2613-
#define CGEMM_DEFAULT_Q 120
2614-
#define ZGEMM_DEFAULT_Q 120
2615-
2616-
#define SGEMM_DEFAULT_R 12288
2617-
#define DGEMM_DEFAULT_R 8192
2618-
#define CGEMM_DEFAULT_R 4096
2619-
#define ZGEMM_DEFAULT_R 4096
2620-
2621-
#else // Linux / Native
2622-
26232591
#if defined(CORTEXA53) || defined(CORTEXA57) || \
26242592
defined(CORTEXA72) || defined(CORTEXA73) || \
26252593
defined(FALKOR) || defined(TSV110)
@@ -2755,8 +2723,6 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
27552723

27562724
#endif // Cores
27572725

2758-
#endif // Linux / Darwin
2759-
27602726
#endif // ARMv8
27612727

27622728
#if defined(ARMV5)

0 commit comments

Comments
 (0)