[libc-commits] [PATCH] D92546: [libc] Add simple x86_64 floating point exception and rounding mode support.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 3 12:55:44 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4fff2a7e8964: [libc] Add simple x86_64 floating point exception and rounding mode support. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92546

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/fenv.h.def
  libc/spec/stdc.td
  libc/src/CMakeLists.txt
  libc/src/fenv/CMakeLists.txt
  libc/src/fenv/feclearexcept.cpp
  libc/src/fenv/feclearexcept.h
  libc/src/fenv/fegetround.cpp
  libc/src/fenv/fegetround.h
  libc/src/fenv/feraiseexcept.cpp
  libc/src/fenv/feraiseexcept.h
  libc/src/fenv/fesetround.cpp
  libc/src/fenv/fesetround.h
  libc/src/fenv/fetestexcept.cpp
  libc/src/fenv/fetestexcept.h
  libc/test/src/CMakeLists.txt
  libc/test/src/fenv/CMakeLists.txt
  libc/test/src/fenv/exception_status_test.cpp
  libc/test/src/fenv/rounding_mode_test.cpp
  libc/utils/FPUtil/CMakeLists.txt
  libc/utils/FPUtil/DummyFEnv.h
  libc/utils/FPUtil/FEnv.h
  libc/utils/FPUtil/x86_64/FEnv.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92546.309343.patch
Type: text/x-patch
Size: 27552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201203/0c740824/attachment-0001.bin>


More information about the libc-commits mailing list