Although the instruction names begin "frint", the ACLE spec states that the intrinsic names begin "__rint", without the "f".
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134824
Fix frint ACLE intrinsic names ClosedPublic Authored by michaelplatings on Sep 28 2022, 12:40 PM.
Details
Summary Although the instruction names begin "frint", the ACLE spec states that the intrinsic names begin "__rint", without the "f".
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 29 2022, 12:48 AM This revision was landed with ongoing or failed builds.Sep 29 2022, 1:14 AM Closed by commit rGdba8fced969e: Fix frint ACLE intrinsic names (authored by michaelplatings). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 463787 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
|