diff options
Diffstat (limited to 'lib/Numeric/LinearAlgebra')
-rw-r--r-- | lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c index 6315041..a8ccf5f 100644 --- a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c +++ b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c | |||
@@ -35,7 +35,11 @@ | |||
35 | #define NOSPRTD 2007 | 35 | #define NOSPRTD 2007 |
36 | 36 | ||
37 | //--------------------------------------- | 37 | //--------------------------------------- |
38 | void asm_finit() { asm("finit");} | 38 | void asm_finit() { |
39 | #ifdef i386 | ||
40 | asm("finit"); | ||
41 | #endif | ||
42 | } | ||
39 | //--------------------------------------- | 43 | //--------------------------------------- |
40 | 44 | ||
41 | //////////////////// real svd //////////////////////////////////// | 45 | //////////////////// real svd //////////////////////////////////// |