diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-10-23 13:30:33 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-10-23 13:30:33 +0000 |
commit | ce8fed3a3558468b128a03cc4c96aa6c11357b4d (patch) | |
tree | ff5fa5486e17007b06bfcdaf35779b828d102941 /hmatrix.cabal | |
parent | faeaf6d261b760e628c1e63551d822d16876c0cc (diff) |
NaN problem solved with asm(finit)
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 1ffcd4d..6bffaf9 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -29,13 +29,6 @@ flag unsafe | |||
29 | description: Compile the library with bound checking disabled. | 29 | description: Compile the library with bound checking disabled. |
30 | default: False | 30 | default: False |
31 | 31 | ||
32 | flag no-workaround | ||
33 | description: Expose the NaN problem | ||
34 | default: False | ||
35 | |||
36 | flag expose-bug | ||
37 | description: Expose the NaN problem with debug information | ||
38 | default: False | ||
39 | 32 | ||
40 | library | 33 | library |
41 | if flag(splitBase) | 34 | if flag(splitBase) |
@@ -113,12 +106,6 @@ library | |||
113 | if flag(unsafe) | 106 | if flag(unsafe) |
114 | cpp-options: -DUNSAFE | 107 | cpp-options: -DUNSAFE |
115 | 108 | ||
116 | if arch(i386) && !flag(no-workaround) && !flag(expose-bug) && !flag(mkl) | ||
117 | cpp-options: -DWORKAROUND | ||
118 | |||
119 | if flag(expose-bug) | ||
120 | cpp-options: -DEXPOSEBUG | ||
121 | |||
122 | 109 | ||
123 | if flag(mkl) | 110 | if flag(mkl) |
124 | if arch(x86_64) | 111 | if arch(x86_64) |