Fix frint ACLE intrinsic names
authorMichael Platings <michael.platings@arm.com>
Wed, 28 Sep 2022 19:30:29 +0000 (20:30 +0100)
committerMichael Platings <michael.platings@arm.com>
Thu, 29 Sep 2022 08:13:07 +0000 (09:13 +0100)
commitdba8fced969e2eca9e8650a874293927db17d131
tree87121b59e99c86176711db9009381159e9d7cd2a
parent9525e8ad3a515ec90abdf1cef7617d92001f9434
Fix frint ACLE intrinsic names

Although the instruction names begin "frint", the ACLE spec states that
the intrinsic names begin "__rint", without the "f".

Differential Revision: https://reviews.llvm.org/D134824
clang/include/clang/Basic/BuiltinsAArch64.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/Headers/arm_acle.h
clang/test/CodeGen/aarch64-v8.5a-scalar-frint3264-intrinsic.c