From d4afaa726ccc6dc622d1a7065aa21f710430657d Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 30 Nov 2015 09:44:19 +0100 Subject: sc interpreter: Don't hide S/W Interpreter behind an environment variable. Instead provide a user setting that can be enabled so that the S/W Interpreter is used on a subset of the operations. The operations for which it is used are controlled by a whitelist in ScCalcConfig::setOpenCLConfigToDefault(). Change-Id: I7d3f3a864fcb1231e5484ec23961f14fca1466c5 --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index ebfe66f5bb80..8fe1457d4520 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5642,6 +5642,13 @@ Linux//Advanced Micro Devices, Inc\.//1445\.5 \(sse2,avx\);//Advanced Micro Devices, Inc\.//;//Intel\(R\) Corporation//;//NVIDIA Corporation// + + + Determines whether Software Interpreter can be used to speed + up some operations on Calc formulas. + + false + Determines if the limited, and awkward code producing -- cgit