Namely, implementations of fegetexceptfflag, fesetexceptflag,
fegetenv, fesetenv, feholdexcept and feupdateenv have been added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96935
[libc] Add implementations of the remaining fenv functions. ClosedPublic Authored by sivachandra on Feb 17 2021, 9:50 PM.
Details Summary Namely, implementations of fegetexceptfflag, fesetexceptflag,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 18 2021, 10:59 AM This revision was landed with ongoing or failed builds.Feb 18 2021, 1:30 PM Closed by commit rGb7e05c874b5b: [libc] Add implementations of the remaining fenv functions. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 324756 libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/fenv/CMakeLists.txt
libc/src/fenv/fegetenv.h
libc/src/fenv/fegetenv.cpp
libc/src/fenv/fegetexceptflag.h
libc/src/fenv/fegetexceptflag.cpp
libc/src/fenv/feholdexcept.h
libc/src/fenv/feholdexcept.cpp
libc/src/fenv/fesetenv.h
libc/src/fenv/fesetenv.cpp
libc/src/fenv/fesetexceptflag.h
libc/src/fenv/fesetexceptflag.cpp
libc/src/fenv/feupdateenv.h
libc/src/fenv/feupdateenv.cpp
libc/test/src/fenv/CMakeLists.txt
libc/test/src/fenv/exception_flags_test.cpp
libc/test/src/fenv/feholdexcept_test.cpp
libc/test/src/fenv/feupdateenv_test.cpp
libc/test/src/fenv/getenv_and_setenv_test.cpp
libc/utils/FPUtil/DummyFEnv.h
libc/utils/FPUtil/aarch64/FEnv.h
libc/utils/FPUtil/x86_64/FEnv.h
|