make DYNAMIC_ARCH=1 package work on TSV110

This commit is contained in:
maomao194313
2019-03-12 16:11:01 +08:00
committed by GitHub
parent f074d7d146
commit 7e3eb9b25d

View File

@@ -2591,7 +2591,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined(CORTEXA53) || defined(CORTEXA57) || \
defined(CORTEXA72) || defined(CORTEXA73) || \
defined(FALKOR)
defined(FALKOR) || defined(TSV110)
#define SGEMM_DEFAULT_UNROLL_M 16
#define SGEMM_DEFAULT_UNROLL_N 4