[libc-commits] [PATCH] D92821: [libc] Raise x87 exceptions by synchronizing with "fwait".

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Dec 8 00:27:58 PST 2020


sivachandra created this revision.
sivachandra added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

Couple of helper functions enableExcept and disableExcept have been
added. In a later round, they will be used to implemented the GNU
extension functions feenableexcept and fedisableexcept.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92821

Files:
  libc/cmake/modules/LLVMLibCTestRules.cmake
  libc/test/src/fenv/CMakeLists.txt
  libc/test/src/fenv/enabled_exceptions_test.cpp
  libc/test/src/fenv/exception_status_test.cpp
  libc/utils/FPUtil/x86_64/FEnv.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92821.310099.patch
Type: text/x-patch
Size: 10579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201208/fceb0c63/attachment.bin>


More information about the libc-commits mailing list