[clang] [NFC][Clang][Headers] Update refs to ACLE in comments (PR #66662)

2023-09-18 Thread M Iyengar via cfe-commits
https://github.com/Blue-Dot created https://github.com/llvm/llvm-project/pull/2 Non functional change to update section comments in arm_acle.h, in order to align with updated documentation: [https://arm-software.github.io/acle/main/acle.html](https://arm-software.github.io/acle/main/acle.

[clang] Implement ACLE rintn and rintnf intrinsics (PR #66112)

2023-09-12 Thread M Iyengar via cfe-commits
https://github.com/Blue-Dot review_requested https://github.com/llvm/llvm-project/pull/66112 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Implement ACLE rintn and rintnf intrinsics (PR #66112)

2023-09-12 Thread M Iyengar via cfe-commits
https://github.com/Blue-Dot created https://github.com/llvm/llvm-project/pull/66112: This patch adds support for two missing ACLE intrinsics for floating point round with ties to even: - rintn - rintnf These are specified in ACLE section 8.6: [https://arm-software.github.io/acle/main/acle.ht

[clang] Implement ACLE rintn and rintnf intrinsics (PR #66112)

2023-09-12 Thread M Iyengar via cfe-commits
https://github.com/Blue-Dot review_requested https://github.com/llvm/llvm-project/pull/66112 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Implement ACLE rintn and rintnf intrinsics (PR #66112)

2023-09-12 Thread M Iyengar via cfe-commits
https://github.com/Blue-Dot review_requested https://github.com/llvm/llvm-project/pull/66112 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Implement ACLE rintn and rintnf intrinsics (PR #66112)

2023-09-13 Thread M Iyengar via cfe-commits
https://github.com/Blue-Dot updated https://github.com/llvm/llvm-project/pull/66112: >From 6fd8cfd2c119dfd99702913ac9201a39e091f3e8 Mon Sep 17 00:00:00 2001 From: Blue-Dot Date: Wed, 13 Sep 2023 17:51:45 +0100 Subject: [PATCH 1/2] [AArch64][Clang] Implement ACLE rintn intrinsics Change-Id: I7f