Add slaed3/dlaed3 to complex builds

This commit is contained in:
Martin Kroeker
2026-02-18 19:09:36 +01:00
committed by GitHub
parent 92b4d1b6f3
commit 0e28b427f3

View File

@@ -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