From ce8fed3a3558468b128a03cc4c96aa6c11357b4d Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 23 Oct 2008 13:30:33 +0000 Subject: NaN problem solved with asm(finit) --- hmatrix.cabal | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'hmatrix.cabal') diff --git a/hmatrix.cabal b/hmatrix.cabal index 1ffcd4d..6bffaf9 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -29,13 +29,6 @@ flag unsafe description: Compile the library with bound checking disabled. default: False -flag no-workaround - description: Expose the NaN problem - default: False - -flag expose-bug - description: Expose the NaN problem with debug information - default: False library if flag(splitBase) @@ -113,12 +106,6 @@ library if flag(unsafe) cpp-options: -DUNSAFE - if arch(i386) && !flag(no-workaround) && !flag(expose-bug) && !flag(mkl) - cpp-options: -DWORKAROUND - - if flag(expose-bug) - cpp-options: -DEXPOSEBUG - if flag(mkl) if arch(x86_64) -- cgit v1.2.3