summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/aarch64-neon-vcadd.c
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Attempt to fixup test line. NFCDavid Green2019-12-021-1/+3
| | | | | | The test is complaining on some of the builders. This attempts to adjust the run line to be more line the others in the same folder, using clang_cc1 as opposed to the driver.
* [ARM][AArch64] Complex addition Neon intrinsics for Armv8.3-AVictor Campos2019-12-021-0/+63
Summary: Add support for vcadd_* family of intrinsics. This set of intrinsics is available in Armv8.3-A. The fp16 versions require the FP16 extension, which has been available (opt-in) since Armv8.2-A. Reviewers: t.p.northover Reviewed By: t.p.northover Subscribers: t.p.northover, kristof.beyls, hiraditya, cfe-commits, llvm-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D70862
OpenPOWER on IntegriCloud