[PATCH] D45668: [NEON] Define vget_high_f16() and vget_low_f16() intrinsics in AArch64 mode only

James Greenhalgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 07:03:41 PDT 2018


jgreenhalgh added a comment.

In https://reviews.llvm.org/D45668#1070878, @SjoerdMeijer wrote:

> Thanks, and I am going to try to get some clarity on this doc issue. But looks like it should be "ARMv7, ARMv8", as it used to be. Make sense to comment on this in the commit message, if that's what you mean.


These should be available whenever the float16x4_t and float16x8_t types are available. So v7/A32/A64. I have pushed this change to the docs locally; but I don't know when this will make it to public documentation, so you will just have to take my word for it when I say this is a documentation bug and it will be fixed in a future release.


Repository:
  rL LLVM

https://reviews.llvm.org/D45668





More information about the llvm-commits mailing list