Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92546
[libc] Add simple x86_64 floating point exception and rounding mode support. ClosedPublic Authored by sivachandra on Dec 3 2020, 12:02 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 3 2020, 8:24 AM This revision was landed with ongoing or failed builds.Dec 3 2020, 12:55 PM Closed by commit rG4fff2a7e8964: [libc] Add simple x86_64 floating point exception and rounding mode support. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 309343 libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/fenv.h.def
libc/spec/stdc.td
libc/src/CMakeLists.txt
libc/src/fenv/CMakeLists.txt
libc/src/fenv/feclearexcept.h
libc/src/fenv/feclearexcept.cpp
libc/src/fenv/fegetround.h
libc/src/fenv/fegetround.cpp
libc/src/fenv/feraiseexcept.h
libc/src/fenv/feraiseexcept.cpp
libc/src/fenv/fesetround.h
libc/src/fenv/fesetround.cpp
libc/src/fenv/fetestexcept.h
libc/src/fenv/fetestexcept.cpp
libc/test/src/CMakeLists.txt
libc/test/src/fenv/CMakeLists.txt
libc/test/src/fenv/exception_status_test.cpp
libc/test/src/fenv/rounding_mode_test.cpp
libc/utils/FPUtil/CMakeLists.txt
libc/utils/FPUtil/DummyFEnv.h
libc/utils/FPUtil/FEnv.h
libc/utils/FPUtil/x86_64/FEnv.h
|