[libc-commits] [PATCH] D106709: [libc] Add some fenv functions to Windows config

Caitlyn Cano via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jul 23 13:47:01 PDT 2021


caitlyncano created this revision.
caitlyncano added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added a project: libc-project.
caitlyncano requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106709

Files:
  libc/config/windows/entrypoints.txt


Index: libc/config/windows/entrypoints.txt
===================================================================
--- libc/config/windows/entrypoints.txt
+++ libc/config/windows/entrypoints.txt
@@ -41,6 +41,12 @@
 )
 
 set(TARGET_LIBM_ENTRYPOINTS
+    # fenv.h entrypoints
+    libc.src.fenv.fegetexceptflag
+    libc.src.fenv.fegetround
+    libc.src.fenv.fesetround
+    libc.src.fenv.feraiseexcept
+    libc.src.fenv.fetestexcept
     # math.h entrypoints
     libc.src.math.copysign
     libc.src.math.copysignf


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106709.361335.patch
Type: text/x-patch
Size: 513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210723/c2917452/attachment-0001.bin>


More information about the libc-commits mailing list