]> granicus.if.org Git - clang/commit
[AArch64] Change size suffix for FP16FML intrinsics.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 21 Feb 2019 01:13:27 +0000 (01:13 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 21 Feb 2019 01:13:27 +0000 (01:13 +0000)
commit41be7b2f6073c4c6e416576d294484e9f2c80ffe
treea1fa375ef0b55ece382e7863231511017f6bb059
parentd82abd2db6c6e8e29fc402fd9a321c0671c19250
[AArch64] Change size suffix for FP16FML intrinsics.

These currently use _u32, but they should instead use _f16, the
types of the multiplication (matching the various integer vmlal
variants).

Differential Revision: https://reviews.llvm.org/D58306

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354538 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/arm_neon.td
test/CodeGen/aarch64-neon-fp16fml.c