Skip to content

Commit 4c45cd6

Browse files
authored
fix missing split of sladiv1/dladiv/ilaenv2stage by build type
1 parent 680f744 commit 4c45cd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

exports/gensymbol

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -786,13 +786,13 @@ zpotri,
786786
zlamswlq,
787787
zgemlq,
788788
);
789-
@lapackobjs2 = (@lapackobjs2,
790-
sladiv1,
791-
dladiv1,
789+
@lapackobjs2s = (@lapackobjs2s,
790+
sladiv1);
791+
@lapackobjs2d = (@lapackobjs2d,
792+
dladiv1);
793+
@lapackobjs = (@lapackobjs,
792794
iparam2stage,
793-
794795
# functions added for lapack-3.8.0
795-
796796
ilaenv2stage,
797797
);
798798
# functions added for lapack-3.9.0

0 commit comments

Comments
 (0)