summaryrefslogtreecommitdiffstats
path: root/sal/util
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-26 16:29:27 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-02-27 21:19:36 -0500
commit03f7a342011a4f69cfcbec7af3e4f1a2e835618b (patch)
tree8e11d1f162ed3908e007c9bdf1fc1b6952960d83 /sal/util
parentStore the length of originally requested array size prior to trimming. (diff)
downloadcore-03f7a342011a4f69cfcbec7af3e4f1a2e835618b.tar.gz
core-03f7a342011a4f69cfcbec7af3e4f1a2e835618b.zip
Ensure that numeric array storage is aligned to 256-byte boundary.
OpenCL devices require this else we would get a performance hit. Change-Id: I6b1db6320fa84f933b6446022a0fd02ba267bf21
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/sal.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 1456d6db1cf8..f63f38b0d0ae 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -670,6 +670,12 @@ LIBO_UDK_4.2 { # symbols available in >= LibO 4.2
rtl_ustr_toUInt32;
} LIBO_UDK_4.1;
+LIBO_UDK_4.3 { # symbols available in >= LibO 4.3
+ global:
+ rtl_allocateAlinedMemory;
+ rtl_freeAlignedMemory;
+} LIBO_UDK_4.2;
+
PRIVATE_1.0 {
global:
osl_detail_ObjectRegistry_storeAddresses;