summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-12 20:57:15 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-12 21:50:02 +0200
commit8b290c56dfcd6cc43a422601408378c887d84316 (patch)
treeabcd9a92ed6258a60e6cd6c34f71553f4797ac76 /sc/source
parentc51fc2df9223d4c57e6749da553e29ae4d351782 (diff)
Specify platform vendor, not platform name
Change-Id: I4dc457a08d3baa48d461c27d325638735689f5fe
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/tool/calcconfig.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/calcconfig.cxx b/sc/source/core/tool/calcconfig.cxx
index 1a2e69a131b8..0d9b769c5ce7 100644
--- a/sc/source/core/tool/calcconfig.cxx
+++ b/sc/source/core/tool/calcconfig.cxx
@@ -45,7 +45,7 @@ void ScCalcConfig::setOpenCLConfigToDefault()
maOpenCLSubsetOpCodes.insert(ocAverage);
maOpenCLSubsetOpCodes.insert(ocSumIfs);
- maOpenCLWhiteList.insert(OpenCLImplMatcher("Linux", "*", "AMD Accelerated Parallel Processing", "*", "1445.5 (sse2,avx)", ""));
+ maOpenCLWhiteList.insert(OpenCLImplMatcher("Linux", "*", "Advanced Micro Devices, Inc.", "*", "1445.5 (sse2,avx)", ""));
maOpenCLBlackList.insert(OpenCLImplMatcher("Windows", "*", "Intel(R) Corporation", "*", "9.17.10.2884", ""));
maOpenCLBlackList.insert(OpenCLImplMatcher("SuperOS", "*", "Big Corp, Inc.", "Whizz\\Grafix", "4.2/beta;3", "4.4"));