[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 11:45:11 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0da5ac1a7537: [libc] Add extension functions fedisableexcept, feenableexcept and fegetexcept. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D109613?vs=371953&id=371981#toc

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.371981.patch
Type: text/x-patch
Size: 11069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210910/f6bd4c9a/attachment.bin>


More information about the libc-commits mailing list