[libc] Add exhaustive test for sqrtf.
authorTue Ly <lntue@google.com>
Thu, 18 Feb 2021 20:04:50 +0000 (15:04 -0500)
committerTue Ly <lntue@google.com>
Tue, 23 Feb 2021 23:39:33 +0000 (18:39 -0500)
commitb79507a4acad4114ab0fde3babd81551b214e65b
treeaaa523b3913d347acc316cc0c36e1dbdc8fef8d6
parenta05aa0dd5ef8f5633d49192f32a3d0b4653b8a0c
[libc] Add exhaustive test for sqrtf.

Differential Revision: https://reviews.llvm.org/D96985
libc/cmake/modules/LLVMLibCTestRules.cmake
libc/test/CMakeLists.txt
libc/test/src/math/CMakeLists.txt
libc/test/src/math/exhaustive/CMakeLists.txt [new file with mode: 0644]
libc/test/src/math/exhaustive/sqrtf_test.cpp [new file with mode: 0644]