[libc-commits] [PATCH] D106177: [libc] Add math functions to Windows's entrypoints

Arthur Eubanks via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jul 16 12:21:32 PDT 2021


aeubanks added inline comments.


================
Comment at: libc/utils/FPUtil/x86_64/FEnv.h:94
   // TODO: Elaborate the remaining 20 bytes as required.
+  #if !(defined(_WIN32) || defined(_WIN64))
   uint32_t _[5];
----------------
this change isn't obvious and isn't described in the commit description, it'd be nice to add why this change was made


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106177



More information about the libc-commits mailing list