[libc-commits] [PATCH] D134676: [libc][windows] fix small build issues.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Sep 26 16:03:48 PDT 2022


sivachandra added inline comments.


================
Comment at: libc/src/__support/FPUtil/x86_64/FEnvImpl.h:57
   static constexpr uint16_t DIV_BY_ZERO = 0x4;
-  static constexpr uint16_t OVERFLOW = 0x8;
-  static constexpr uint16_t UNDERFLOW = 0x10;
----------------
lntue wrote:
> Can you also change other exception flags to the same format too?
Where is the macro named `OVERFLOW` coming from?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134676



More information about the libc-commits mailing list