[all-commits] [llvm/llvm-project] 09ffb9: [AArch64][Clang] Implement ACLE rintn intrinsics (...

M Iyengar via All-commits all-commits at lists.llvm.org
Thu Sep 14 03:01:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09ffb9ee19a73d8369ce11502e991c190fdafe5c
      https://github.com/llvm/llvm-project/commit/09ffb9ee19a73d8369ce11502e991c190fdafe5c
  Author: M Iyengar <max.iyengar at arm.com>
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
    M clang/lib/Headers/arm_acle.h
    M clang/test/CodeGen/arm_acle.c

  Log Message:
  -----------
  [AArch64][Clang] Implement ACLE rintn intrinsics (#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.html#floating-point-data-processing-intrinsics]




More information about the All-commits mailing list