mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Add slaed3/dlaed3 to complex builds
This commit is contained in:
@@ -530,8 +530,8 @@ ifneq ($(NO_LAPACK), 1)
|
||||
SBLASOBJS += $(SLAPACKOBJS)
|
||||
DBLASOBJS += $(DLAPACKOBJS)
|
||||
#QBLASOBJS += $(QLAPACKOBJS)
|
||||
CBLASOBJS += $(CLAPACKOBJS)
|
||||
ZBLASOBJS += $(ZLAPACKOBJS)
|
||||
CBLASOBJS += $(CLAPACKOBJS) slaed3.$(SUFFIX)
|
||||
ZBLASOBJS += $(ZLAPACKOBJS) dlaed3.$(SUFFIX)
|
||||
#XBLASOBJS += $(XLAPACKOBJS)
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user