[libc-commits] [PATCH] D109613: [libc] Add extension functions fedisableexcept, feenableexcept and fegetexcept.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Sep 10 10:15:04 PDT 2021


sivachandra updated this revision to Diff 371953.
sivachandra added a comment.

Update aarch64 entrypoints list as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109613/new/

https://reviews.llvm.org/D109613

Files:
  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.cpp
  libc/src/fenv/fedisableexcept.h
  libc/src/fenv/feenableexcept.cpp
  libc/src/fenv/feenableexcept.h
  libc/src/fenv/fegetexcept.cpp
  libc/src/fenv/fegetexcept.h
  libc/test/src/fenv/CMakeLists.txt
  libc/test/src/fenv/feenableexcept_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109613.371953.patch
Type: text/x-patch
Size: 11068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210910/d2a93a25/attachment.bin>


More information about the libc-commits mailing list