[PATCH] D106191: [clang] Option control afn flag

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 8 09:50:43 PDT 2021


erichkeane added a comment.

1 small 'english' question, hopefully Aaron can answer, otherwise LGTM.



================
Comment at: clang/docs/UsersManual.rst:1395
+   to be replaced with an approximately equivalent set of instructions
+   or alternative math function calls. For example, a ``pow(x, 0.25)``
+   may be replaced with ``sqrt(sqrt(x))``, despite being an inexact result
----------------
Should this be 'alternate math function calls'?  I'm second guessing myself now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106191



More information about the cfe-commits mailing list