[libc-commits] [PATCH] D102384: [libc] Add x86_64 implementations of double precision cos, sin and tan.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 13 12:02:17 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG861dc7590682: [libc] Add x86_64 implementations of double precision cos, sin and tan. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102384

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/cos.h
  libc/src/math/sin.h
  libc/src/math/tan.h
  libc/src/math/x86_64/CMakeLists.txt
  libc/src/math/x86_64/cos.cpp
  libc/src/math/x86_64/sin.cpp
  libc/src/math/x86_64/tan.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/cos_test.cpp
  libc/test/src/math/sin_test.cpp
  libc/test/src/math/tan_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102384.345247.patch
Type: text/x-patch
Size: 13676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210513/b0f4bcbe/attachment-0001.bin>


More information about the libc-commits mailing list