[libc-commits] [PATCH] D121839: [libc] Clean up Windows build

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 17 07:55:01 PDT 2022


lntue added inline comments.


================
Comment at: libc/src/__support/FPUtil/x86_64/FEnvImpl.h:379
+
+  if (envp == FE_DFL_ENV) {
+    // Reset the exception flags in the status word.
----------------
Why do we need to do some extra clean up for the default environment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121839



More information about the libc-commits mailing list