[libc-commits] [PATCH] D116122: [libc] Add performance tests for hypotf and hypot.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Dec 22 13:29:05 PST 2021


sivachandra added inline comments.


================
Comment at: libc/test/src/math/differential_testing/BinaryOpSingleOutputDiff.h:51
+
+    double myAverage = static_cast<double>(timer.nanoseconds()) / N;
+    log << "-- My function --\n";
----------------
michaelrj wrote:
> Normal variables should be lower_case
Function/method names should also be formatted in the same fashion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116122



More information about the libc-commits mailing list