Browse Source

fix missing split of sladiv1/dladiv/ilaenv2stage by build type

tags/v0.3.12
Martin Kroeker GitHub 5 years ago
parent
commit
4c45cd6294
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      exports/gensymbol

+ 5
- 5
exports/gensymbol View File

@@ -786,13 +786,13 @@ zpotri,
zlamswlq,
zgemlq,
);
@lapackobjs2 = (@lapackobjs2,
sladiv1,
dladiv1,
@lapackobjs2s = (@lapackobjs2s,
sladiv1);
@lapackobjs2d = (@lapackobjs2d,
dladiv1);
@lapackobjs = (@lapackobjs,
iparam2stage,
# functions added for lapack-3.8.0

ilaenv2stage,
);
# functions added for lapack-3.9.0


Loading…
Cancel
Save