[all-commits] [llvm/llvm-project] dd8b93: [libc] Fix x86_64 fenv implementation for windows
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Jul 27 13:53:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd8b93a9e76bc5e3c8fc521fcb06c779371211d3
https://github.com/llvm/llvm-project/commit/dd8b93a9e76bc5e3c8fc521fcb06c779371211d3
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M libc/config/windows/entrypoints.txt
M libc/test/src/fenv/CMakeLists.txt
M libc/utils/FPUtil/x86_64/FEnvImpl.h
Log Message:
-----------
[libc] Fix x86_64 fenv implementation for windows
All fenv functions are also enabled for windows. Since two tests,
enabled_exceptions_test and feholdexcept_test are still failing on
windows, they have been disabled.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D106808
More information about the All-commits
mailing list