diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-26 16:29:27 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-27 21:19:36 -0500 |
commit | 03f7a342011a4f69cfcbec7af3e4f1a2e835618b (patch) | |
tree | 8e11d1f162ed3908e007c9bdf1fc1b6952960d83 /sal/util/sal.map | |
parent | 6ef6dd0122b8e44d8547ec31f40def42173e4e41 (diff) |
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/sal.map')
-rw-r--r-- | sal/util/sal.map | 6 |
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; |