[libc-commits] [PATCH] D81134: [libc] Add implementation of few floating point manipulation functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jun 11 12:42:42 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG118c13c691a5: [libc] Add implementation of few floating point manipulation functions. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81134

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/copysign.cpp
  libc/src/math/copysign.h
  libc/src/math/copysignf.cpp
  libc/src/math/copysignf.h
  libc/src/math/frexp.cpp
  libc/src/math/frexp.h
  libc/src/math/frexpf.cpp
  libc/src/math/frexpf.h
  libc/src/math/logb.cpp
  libc/src/math/logb.h
  libc/src/math/logbf.cpp
  libc/src/math/logbf.h
  libc/src/math/modf.cpp
  libc/src/math/modf.h
  libc/src/math/modff.cpp
  libc/src/math/modff.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/copysign_test.cpp
  libc/test/src/math/copysignf_test.cpp
  libc/test/src/math/frexp_test.cpp
  libc/test/src/math/frexpf_test.cpp
  libc/test/src/math/logb_test.cpp
  libc/test/src/math/logbf_test.cpp
  libc/test/src/math/modf_test.cpp
  libc/test/src/math/modff_test.cpp
  libc/utils/FPUtil/BitPatterns.h
  libc/utils/FPUtil/CMakeLists.txt
  libc/utils/FPUtil/FloatOperations.h
  libc/utils/FPUtil/ManipulationFunctions.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81134.270210.patch
Type: text/x-patch
Size: 60580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200611/3d9dd796/attachment-0001.bin>


More information about the libc-commits mailing list