@@ -1669,22 +1669,14 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1669
1669
#else
1670
1670
1671
1671
#define SGEMM_DEFAULT_UNROLL_M 16
1672
- #ifdef DYNAMIC_ARCH
1673
- #define DGEMM_DEFAULT_UNROLL_M 4
1674
- #else
1675
1672
#define DGEMM_DEFAULT_UNROLL_M 16
1676
- #endif
1677
1673
#define QGEMM_DEFAULT_UNROLL_M 2
1678
1674
#define CGEMM_DEFAULT_UNROLL_M 8
1679
1675
#define ZGEMM_DEFAULT_UNROLL_M 4
1680
1676
#define XGEMM_DEFAULT_UNROLL_M 1
1681
1677
1682
1678
#define SGEMM_DEFAULT_UNROLL_N 4
1683
- #ifdef DYNAMIC_ARCH
1684
- #define DGEMM_DEFAULT_UNROLL_N 8
1685
- #else
1686
1679
#define DGEMM_DEFAULT_UNROLL_N 2
1687
- #endif
1688
1680
#define QGEMM_DEFAULT_UNROLL_N 2
1689
1681
#define CGEMM_DEFAULT_UNROLL_N 2
1690
1682
#define ZGEMM_DEFAULT_UNROLL_N 2
@@ -1718,29 +1710,17 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1718
1710
#else
1719
1711
1720
1712
#define SGEMM_DEFAULT_P 448
1721
- #ifndef DYNAMIC_ARCH
1722
1713
#define DGEMM_DEFAULT_P 192
1723
- #else
1724
- #define DGEMM_DEFAULT_P 384
1725
- #endif
1726
1714
#define CGEMM_DEFAULT_P 384
1727
1715
#define ZGEMM_DEFAULT_P 256
1728
1716
1729
1717
#define SGEMM_DEFAULT_Q 448
1730
- #ifndef DYNAMIC_ARCH
1731
1718
#define DGEMM_DEFAULT_Q 384
1732
- #else
1733
- #define DGEMM_DEFAULT_Q 168
1734
- #endif
1735
1719
#define CGEMM_DEFAULT_Q 192
1736
1720
#define ZGEMM_DEFAULT_Q 128
1737
1721
1738
1722
#define SGEMM_DEFAULT_R sgemm_r
1739
- #ifndef DYNAMIC_ARCH
1740
1723
#define DGEMM_DEFAULT_R 8640
1741
- #else
1742
- #define DGEMM_DEFAULT_R 13824
1743
- #endif
1744
1724
#define CGEMM_DEFAULT_R cgemm_r
1745
1725
#define ZGEMM_DEFAULT_R zgemm_r
1746
1726
0 commit comments