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.
Details
Details
- Reviewers
lntue - Commits
- rG9474ddc3ac86: [libc] Fix feclearexcept for x86_64.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo