[libc-commits] [PATCH] D90906: [libc] Add implementations of fdim[f|l].

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Nov 10 15:49:43 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd41280467d69: [libc] Add implementations of fdim[f|l]. (authored by lntue).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90906

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/fdim.cpp
  libc/src/math/fdim.h
  libc/src/math/fdimf.cpp
  libc/src/math/fdimf.h
  libc/src/math/fdiml.cpp
  libc/src/math/fdiml.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/FDimTest.h
  libc/test/src/math/fdim_test.cpp
  libc/test/src/math/fdimf_test.cpp
  libc/test/src/math/fdiml_test.cpp
  libc/utils/FPUtil/BasicOperations.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90906.304344.patch
Type: text/x-patch
Size: 14887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201110/783c5f96/attachment-0001.bin>


More information about the libc-commits mailing list