[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 13:21:51 PDT 2022


tschuett added a comment.

I can confirm that I found `frintn` on page 1873. What worries me is A2.8.1. There is a feature FEAT_FRINTTS added by Armv8.5.

This uncertainty can be easily solved by using the intrinsics. Thanks.


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