diff options
Diffstat (limited to 'lib/Numeric/LinearAlgebra')
-rw-r--r-- | lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c index e85c1b7..6315041 100644 --- a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c +++ b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c | |||
@@ -34,6 +34,9 @@ | |||
34 | #define NODEFPOS 2006 | 34 | #define NODEFPOS 2006 |
35 | #define NOSPRTD 2007 | 35 | #define NOSPRTD 2007 |
36 | 36 | ||
37 | //--------------------------------------- | ||
38 | void asm_finit() { asm("finit");} | ||
39 | //--------------------------------------- | ||
37 | 40 | ||
38 | //////////////////// real svd //////////////////////////////////// | 41 | //////////////////// real svd //////////////////////////////////// |
39 | 42 | ||