[all-commits] [llvm/llvm-project] b7e05c: [libc] Add implementations of the remaining fenv f...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Feb 18 13:30:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7e05c874b5b2a77c87df71ee3442abc2569cbb9
https://github.com/llvm/llvm-project/commit/b7e05c874b5b2a77c87df71ee3442abc2569cbb9
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/stdc.td
M libc/src/fenv/CMakeLists.txt
A libc/src/fenv/fegetenv.cpp
A libc/src/fenv/fegetenv.h
A libc/src/fenv/fegetexceptflag.cpp
A libc/src/fenv/fegetexceptflag.h
A libc/src/fenv/feholdexcept.cpp
A libc/src/fenv/feholdexcept.h
A libc/src/fenv/fesetenv.cpp
A libc/src/fenv/fesetenv.h
A libc/src/fenv/fesetexceptflag.cpp
A libc/src/fenv/fesetexceptflag.h
A libc/src/fenv/feupdateenv.cpp
A libc/src/fenv/feupdateenv.h
M libc/test/src/fenv/CMakeLists.txt
A libc/test/src/fenv/exception_flags_test.cpp
A libc/test/src/fenv/feholdexcept_test.cpp
A libc/test/src/fenv/feupdateenv_test.cpp
A libc/test/src/fenv/getenv_and_setenv_test.cpp
M libc/utils/FPUtil/DummyFEnv.h
M libc/utils/FPUtil/aarch64/FEnv.h
M libc/utils/FPUtil/x86_64/FEnv.h
Log Message:
-----------
[libc] Add implementations of the remaining fenv functions.
Namely, implementations of fegetexceptfflag, fesetexceptflag,
fegetenv, fesetenv, feholdexcept and feupdateenv have been added.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D96935
More information about the All-commits
mailing list