[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
Thu Feb 18 13:00:16 PST 2021
sivachandra updated this revision to Diff 324746.
sivachandra added a comment.
Few minor aarch64 fixups.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96935/new/
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.324746.patch
Type: text/x-patch
Size: 30139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210218/f58eca7b/attachment-0001.bin>
More information about the libc-commits
mailing list