[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

I-Jui Sung (Ray) ray at multicorewareinc.com
Wed Nov 27 16:41:35 PST 2013


 sc/source/core/opencl/formulagroupcl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ebd9eb897f17b07e29aaefd8fbfc79e182f2269
Author: I-Jui (Ray) Sung <ray at multicorewareinc.com>
Date:   Wed Nov 27 18:40:49 2013 -0600

    GPU Calc: fix typo in NAN macro
    
    Change-Id: I34299e0fc692c2ab43fe0c1fffaada348742d19f

diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 8ccb967..a269dd8 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -36,7 +36,7 @@
 namespace {
 static const unsigned long __nan[2] = {0xffffffff, 0x7fffffff};
 }
-#define NAN (*(const float *) __nan)
+#define NAN (*(const double*) __nan)
 #endif
 #endif
 


More information about the Libreoffice-commits mailing list