[all-commits] [llvm/llvm-project] 804dc3: [libc] Clear all exceptions before setting in fese...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Jun 30 10:30:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 804dc3dcf27d10d4cd0af06fdf2999ea81ba751f
https://github.com/llvm/llvm-project/commit/804dc3dcf27d10d4cd0af06fdf2999ea81ba751f
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M libc/src/fenv/fesetexceptflag.cpp
M libc/test/src/fenv/exception_flags_test.cpp
Log Message:
-----------
[libc] Clear all exceptions before setting in fesetexceptflag.
Previously, exceptions from the flag were being added. This patch
changes it such that only the exceptions in the flag will be set.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D105085
More information about the All-commits
mailing list