Changeset 1329 for cpp/common
- Timestamp:
- 12/26/24 01:43:47 (38 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd_math.h
r1318 r1329 95 95 static constexpr unsigned int FPEX_INVALID = FE_INVALID; 96 96 static constexpr unsigned int FPEX_OVERFLOW = FE_OVERFLOW; 97 #elif defined IPHONE 97 #elif defined IPHONE || defined MACOS 98 98 // (not implemented but these constants are still needed) 99 99 static constexpr unsigned int FPEX_DIV0 = 0;
Note: See TracChangeset
for help on using the changeset viewer.