[libc-commits] [PATCH] D107229: [libc] Add differential and performance targets for sqrtf

Arthur Eubanks via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 2 11:28:32 PDT 2021


aeubanks added a comment.

putting the stats in the description would be nice



================
Comment at: libc/test/src/math/differential_testing/sqrtf_diff.cpp:1-2
+//===-- Differential test for sqrtf
+//----------------------------------------===//
+//
----------------
these are messed up, should be one line


================
Comment at: libc/test/src/math/differential_testing/sqrtf_perf.cpp:1-2
+//===-- Differential test for sqrtf
+//----------------------------------------===//
+//
----------------
ditto


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107229



More information about the libc-commits mailing list