make DYNAMIC_ARCH=1 package work on TSV110
authormaomao194313 <wangmaozhang@huawei.com>
Tue, 12 Mar 2019 08:11:01 +0000 (16:11 +0800)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2019 08:11:01 +0000 (16:11 +0800)
param.h

diff --git a/param.h b/param.h
index 3cc400b..79fb053 100644 (file)
--- a/param.h
+++ b/param.h
@@ -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