[libc-commits] [PATCH] D96935: [libc] Add implementations of the remaining fenv functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 18 13:30:01 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb7e05c874b5b: [libc] Add implementations of the remaining fenv functions. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96935

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/fenv/CMakeLists.txt
  libc/src/fenv/fegetenv.cpp
  libc/src/fenv/fegetenv.h
  libc/src/fenv/fegetexceptflag.cpp
  libc/src/fenv/fegetexceptflag.h
  libc/src/fenv/feholdexcept.cpp
  libc/src/fenv/feholdexcept.h
  libc/src/fenv/fesetenv.cpp
  libc/src/fenv/fesetenv.h
  libc/src/fenv/fesetexceptflag.cpp
  libc/src/fenv/fesetexceptflag.h
  libc/src/fenv/feupdateenv.cpp
  libc/src/fenv/feupdateenv.h
  libc/test/src/fenv/CMakeLists.txt
  libc/test/src/fenv/exception_flags_test.cpp
  libc/test/src/fenv/feholdexcept_test.cpp
  libc/test/src/fenv/feupdateenv_test.cpp
  libc/test/src/fenv/getenv_and_setenv_test.cpp
  libc/utils/FPUtil/DummyFEnv.h
  libc/utils/FPUtil/aarch64/FEnv.h
  libc/utils/FPUtil/x86_64/FEnv.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96935.324756.patch
Type: text/x-patch
Size: 30139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210218/3fca2ad6/attachment-0001.bin>


More information about the libc-commits mailing list