[libc-commits] [PATCH] D120914: [libc] Initial support for darwin-aarch64.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 10 01:30:11 PST 2022


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/src/__support/FPUtil/aarch64/fenv_darwin_impl.h:1
+//===- darwin-aarch64 floating point env manipulation functions -*- C++ -*-===//
+//
----------------
A large part of this seems to be the same as the default `aarch64/FEnvImpl.h`. In a later pass, we should unify as much as possible so that the differences get clearly documented.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120914



More information about the libc-commits mailing list