[libc-commits] [PATCH] D129776: [libc] Add nearest integer instructions to fputil.

Thorsten via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Jul 31 04:36:40 PDT 2022


tschuett added a comment.

I am probably wrong, but ...
The ArmĀ® Architecture Reference Manual defines a feature called FEAT_FRINTTS. It was added with Armv8.5.
FEAT_FRINTTS, Floating-point to integer instructions.

`frintn` is probably only available on modern ARM cores ala iPhone 12 from 2020.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129776/new/

https://reviews.llvm.org/D129776



More information about the libc-commits mailing list