[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 15:31:48 PST 2021
sivachandra accepted this revision.
sivachandra added inline comments.
================
Comment at: libc/test/src/math/differential_testing/BinaryOpSingleOutputDiff.h:25
+
+ static void runPerfInRange(Func myFunc, Func otherFunc, UIntType startingBit,
+ UIntType endingBit, UIntType N,
----------------
Method name and param names should also in `lower_case` style.
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