[libc-commits] [PATCH] D105081: [libc] Fix feclearexcept for x86_64.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jun 28 21:51:00 PDT 2021


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

Previously, feclearexcept cleared all exceptions irrespective of the
argument. This change brings it in line with the aarch64 flavors wherein
only those exceptions listed in the argument will be cleared.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105081

Files:
  libc/test/src/fenv/CMakeLists.txt
  libc/test/src/fenv/feclearexcept_test.cpp
  libc/utils/FPUtil/x86_64/FEnv.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105081.355112.patch
Type: text/x-patch
Size: 4583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210629/e8e09f24/attachment.bin>


More information about the libc-commits mailing list