Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D109613
[libc] Add extension functions fedisableexcept, feenableexcept and fegetexcept. ClosedPublic Authored by sivachandra on Sep 10 2021, 10:09 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 10 2021, 10:11 AM Closed by commit rG0da5ac1a7537: [libc] Add extension functions fedisableexcept, feenableexcept and fegetexcept. (authored by sivachandra). · Explain WhySep 10 2021, 11:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 371981 libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/spec/gnu_ext.td
libc/src/fenv/CMakeLists.txt
libc/src/fenv/fedisableexcept.h
libc/src/fenv/fedisableexcept.cpp
libc/src/fenv/feenableexcept.h
libc/src/fenv/feenableexcept.cpp
libc/src/fenv/fegetexcept.h
libc/src/fenv/fegetexcept.cpp
libc/test/src/fenv/CMakeLists.txt
libc/test/src/fenv/feenableexcept_test.cpp
|