[libc-commits] [PATCH] D85486: [libc][NFC] Add library of floating point test matchers.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 6 16:28:04 PDT 2020


sivachandra updated this revision to Diff 283763.
sivachandra added a comment.

Fix naming style in Test.cpp.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85486

Files:
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/fmax_test.cpp
  libc/test/src/math/fmaxf_test.cpp
  libc/test/src/math/fmaxl_test.cpp
  libc/test/src/math/fmin_test.cpp
  libc/test/src/math/fminf_test.cpp
  libc/test/src/math/fminl_test.cpp
  libc/utils/FPUtil/CMakeLists.txt
  libc/utils/FPUtil/TestHelpers.cpp
  libc/utils/FPUtil/TestHelpers.h
  libc/utils/UnitTest/Test.cpp
  libc/utils/UnitTest/Test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85486.283763.patch
Type: text/x-patch
Size: 37888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200806/1234e978/attachment-0001.bin>


More information about the libc-commits mailing list