[libc-commits] [PATCH] D82036: [libc] Add implementations long double fabsl and truncl functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jun 18 11:27:34 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG139018265bfe: [libc] Add implementations long double fabsl and truncl functions. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D82036?vs=271780&id=271794#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82036

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/fabsl.cpp
  libc/src/math/fabsl.h
  libc/src/math/truncl.cpp
  libc/src/math/truncl.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/fabsl_test.cpp
  libc/test/src/math/truncl_test.cpp
  libc/utils/FPUtil/BasicOperations.h
  libc/utils/FPUtil/CMakeLists.txt
  libc/utils/FPUtil/FPBits.h
  libc/utils/FPUtil/FloatOperations.h
  libc/utils/FPUtil/LongDoubleBitsX86.h
  libc/utils/FPUtil/NearestIntegerOperations.h
  libc/utils/MPFRWrapper/MPFRUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82036.271794.patch
Type: text/x-patch
Size: 29939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200618/a59b4254/attachment-0001.bin>


More information about the libc-commits mailing list