MIPS P5600(32 bit) and I6400(64 bit) cores support added.
Seperated mips and mips64 files. Configurations support for mips 32 bit. Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
This commit is contained in:
13
lapack/laswp/mips/Makefile
Normal file
13
lapack/laswp/mips/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
TOPDIR = ../../..
|
||||
include ../../../Makefile.system
|
||||
|
||||
ifndef LASWP
|
||||
LASWP = ../generic/laswp_k.c
|
||||
endif
|
||||
|
||||
ifndef ZLASWP
|
||||
ZLASWP = ../generic/zlaswp_k.c
|
||||
endif
|
||||
|
||||
include ../generic/Makefile
|
||||
|
||||
Reference in New Issue
Block a user