Skip to content

Commit 7e3eb9b

Browse files
authored
make DYNAMIC_ARCH=1 package work on TSV110
1 parent f074d7d commit 7e3eb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

param.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25912591

25922592
#if defined(CORTEXA53) || defined(CORTEXA57) || \
25932593
defined(CORTEXA72) || defined(CORTEXA73) || \
2594-
defined(FALKOR)
2594+
defined(FALKOR) || defined(TSV110)
25952595

25962596
#define SGEMM_DEFAULT_UNROLL_M 16
25972597
#define SGEMM_DEFAULT_UNROLL_N 4

0 commit comments

Comments
 (0)