[PATCH] D45668: [NEON] Define vget_high_f16() and vget_low_f16() intrinsics in AArch64 mode only
Sjoerd Meijer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 16 05:14:52 PDT 2018
SjoerdMeijer added a comment.
Not really familiar with these 2 intrinsics, I had a quick look at the ACLE:
> T vget_high_ST(T 2 a);
> T vget_low_ST(T 2 a);
>
> Gets the high, or low, half of a 128-bit vector. There are 24 intrinsics. ARMv8
> adds 4 more intrinsics for 128-bit vectors with float64_t and poly64_t lane
> type.
I don't read here that they are unavailable in AArch32. Have I missed something?
https://reviews.llvm.org/D45668
More information about the cfe-commits
mailing list