@@ -2588,38 +2588,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2588
2588
2589
2589
#define SYMV_P 16
2590
2590
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
-
2623
2591
#if defined(CORTEXA53 ) || defined(CORTEXA57 ) || \
2624
2592
defined(CORTEXA72 ) || defined(CORTEXA73 ) || \
2625
2593
defined(FALKOR ) || defined(TSV110 )
@@ -2755,8 +2723,6 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
2755
2723
2756
2724
#endif // Cores
2757
2725
2758
- #endif // Linux / Darwin
2759
-
2760
2726
#endif // ARMv8
2761
2727
2762
2728
#if defined(ARMV5 )
0 commit comments