commit | 6edd4a7b11ae0085024409a3b215a7fddaff61f3 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Thu Feb 11 14:20:17 2016 -0800 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Thu Feb 11 14:25:58 2016 -0800 |
tree | 02d86e3821b4e71a27af31a60732c12ddd5f2191 | |
parent | f4f855117766860506d6edc6e20e2878f804c948 [diff] |
Fix rsSetElementAt_half3 for x86_64 http://b/25819476 In AArch64 ABI, half3 parameters get coerced to int2. The definition of rsSetElementAtImpl_half3 in libclcore incorrectly takes a half3 parameter. This caused rsSetElement_half3 to fail on x86_64 where the ABI handles int2 and half3 differently. This patch updates the definition in libclcore to accept an int2 parameter. Change-Id: Idcaeaeb78731f99c338634dd8666ebd5575da1eb