[libc-commits] [PATCH] D92546: [libc] Add simple x86_64 floating point exception and rounding mode support.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Dec 3 00:02:08 PST 2020
sivachandra created this revision.
sivachandra added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92546
Files:
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.cpp
libc/src/fenv/feclearexcept.h
libc/src/fenv/fegetround.cpp
libc/src/fenv/fegetround.h
libc/src/fenv/feraiseexcept.cpp
libc/src/fenv/feraiseexcept.h
libc/src/fenv/fesetround.cpp
libc/src/fenv/fesetround.h
libc/src/fenv/fetestexcept.cpp
libc/src/fenv/fetestexcept.h
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92546.309170.patch
Type: text/x-patch
Size: 27552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201203/26d1ecc0/attachment-0001.bin>
More information about the libc-commits
mailing list