Changeset 1329 for cpp/common


Ignore:
Timestamp:
12/26/24 01:43:47 (38 hours ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd_math.h

    r1318 r1329  
    9595        static constexpr unsigned int FPEX_INVALID = FE_INVALID;
    9696        static constexpr unsigned int FPEX_OVERFLOW = FE_OVERFLOW;
    97 #elif defined IPHONE
     97#elif defined IPHONE || defined MACOS
    9898        // (not implemented but these constants are still needed)
    9999        static constexpr unsigned int FPEX_DIV0 = 0;
Note: See TracChangeset for help on using the changeset viewer.