[PATCH] [AArch64] Support builtin neon vector type with 'long' as base element type

Jiangning Liu liujiangning1 at gmail.com
Thu Jan 2 22:42:19 PST 2014


Hi,

Attached patch is support builtin neon vector type with 'long' as base
element data type.

At present the aarch64 glibc provided by linaro tool chain is using 'long'
to define int64_t/uint64_t, and this is a common implementation the same
way as x86-64. So we have to support 'long' rather than 'long long' only.

-- 
Thanks,
-Jiangning
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140103/6ada4806/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: neon_long_clang.patch
Type: application/octet-stream
Size: 2925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140103/6ada4806/attachment.obj>


More information about the cfe-commits mailing list