[libc-commits] [PATCH] D96935: [libc] Add implementations of the remaining fenv functions.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Feb 17 21:50:59 PST 2021
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.
Namely, implementations of fegetexceptfflag, fesetexceptflag,
fegetenv, fesetenv, feholdexcept and feupdateenv have been added.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96935
Files:
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.cpp
libc/src/fenv/fegetenv.h
libc/src/fenv/fegetexceptflag.cpp
libc/src/fenv/fegetexceptflag.h
libc/src/fenv/feholdexcept.cpp
libc/src/fenv/feholdexcept.h
libc/src/fenv/fesetenv.cpp
libc/src/fenv/fesetenv.h
libc/src/fenv/fesetexceptflag.cpp
libc/src/fenv/fesetexceptflag.h
libc/src/fenv/feupdateenv.cpp
libc/src/fenv/feupdateenv.h
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96935.324524.patch
Type: text/x-patch
Size: 29730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210218/ce92c3bc/attachment-0001.bin>
More information about the libc-commits
mailing list