diff options
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) |