[libc-commits] [PATCH] D148781: [libc][math] Remove placeholder implementations of asin and pow.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 19 22:05:57 PDT 2023


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


================
Comment at: libc/spec/stdc.td:484
 
-          FunctionSpec<"pow", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>]>,
-
----------------
No harm in keeping the spec in place.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148781



More information about the libc-commits mailing list