]> granicus.if.org Git - clang/commit
Implemented aarch64 neon intrinsic vcopy_lane with float type.
authorKevin Qin <Kevin.Qin@arm.com>
Tue, 5 Nov 2013 02:05:44 +0000 (02:05 +0000)
committerKevin Qin <Kevin.Qin@arm.com>
Tue, 5 Nov 2013 02:05:44 +0000 (02:05 +0000)
commit22229d6822324a42913d25f256045dbf348a53e9
treeb2aed581a5f4fa0be1646413b83c289154c8ba34
parent2b61039ceb9162e7b47ed4cb92b957c8a7668da1
Implemented aarch64 neon intrinsic vcopy_lane with float type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194042 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/arm_neon.td
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/aarch64-neon-copy.c
utils/TableGen/NeonEmitter.cpp