Fix typo in MIPS P5600 complex ASUM code selection

This commit is contained in:
Martin Kroeker 2018-04-25 22:50:10 +02:00 committed by GitHub
parent 0ab5bf1746
commit 941ad280a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -38,8 +38,8 @@ ZASUMKERNEL = ../mips/zasum_msa.c
else else
SASUMKERNEL = ../mips/asum.c SASUMKERNEL = ../mips/asum.c
DASUMKERNEL = ../mips/asum.c DASUMKERNEL = ../mips/asum.c
CASUMKERNEL = ../mips/asum.c CASUMKERNEL = ../mips/zasum.c
ZASUMKERNEL = ../mips/asum.c ZASUMKERNEL = ../mips/zasum.c
endif endif
ifdef HAVE_MSA ifdef HAVE_MSA