Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-02-22 | [clang] Only provide C11 features in <float.h> starting with C++17 | Louis Dionne | 1 | -2/+2 |
2019-02-13 | [clang] Make sure C99/C11 features in <float.h> are provided in C++11 | Louis Dionne | 1 | -5/+8 |
2018-08-08 | [Headers] Define *_HAS_SUBNORM for FLT, DBL, LDBL | Pirama Arumuga Nainar | 1 | -0/+24 |
2016-02-12 | test/Headers/float.c: fix theoretical edge values | Hubert Tong | 1 | -11/+11 |
2016-02-12 | <float.h>: do not define DECIMAL_DIG in -std=c89 mode; this macro was added i... | Richard Smith | 1 | -6/+20 |
2016-02-11 | Remove bogus check that larger floating point types have smaller minimum | Richard Smith | 1 | -8/+0 |
2016-02-11 | XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in ... | Richard Smith | 1 | -0/+2 |
2016-02-11 | In C11, provide macros FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, and LDBL_DECIMAL_DIG... | Richard Smith | 1 | -0/+211 |