[libc-commits] [PATCH] D96985: [libc] Add exhaustive test for sqrtf.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Feb 23 08:23:17 PST 2021


sivachandra added a comment.

Sorry for the delay. I have one comment inline.



================
Comment at: libc/test/src/math/exhaustive/CMakeList.txt:5
+  SUITE
+    libc_math_exhaustive_tests
+  SRCS
----------------
This suite should be a custom target added like this: https://github.com/llvm/llvm-project/blob/main/libc/test/src/math/CMakeLists.txt#L1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96985



More information about the libc-commits mailing list