- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Tue, Feb 23
Add libc_math_exhaustive_tests custom target.
Thu, Feb 18
Thu, Feb 4
Tue, Feb 2
Do we need to remove ceil(f|l).(h|cpp) in src/math folder?
Jan 19 2021
Jan 6 2021
Add comments.
Address comments.
Jan 5 2021
Add comments explaining the correction part.
Fix comment typo.
Jan 4 2021
Remove unused local variables.
[trivial] Fix test comment.
Dec 29 2020
Dec 11 2020
Dec 10 2020
Dec 8 2020
Dec 3 2020
Change UInt_t to UIntType.
Dec 1 2020
Nov 20 2020
Nov 19 2020
Nov 18 2020
Nov 17 2020
Nov 10 2020
Nov 9 2020
Update constants for FDimTest.
[libc] Add implementations of fdim[f|l].
[libc] Add implementations of fdim[f|l].
Nov 5 2020
Nov 4 2020
Oct 27 2020
Oct 13 2020
Sep 17 2020
Change to snake_case.
Sep 14 2020
Change to early return pattern.
Remove TODO's.
Sep 11 2020
Fix comments alignment and remove commented tests.
Sep 3 2020
Aug 26 2020
Aug 25 2020
Aug 20 2020
Aug 19 2020
Aug 18 2020
Update to the new floating point testing facility.
Update comments.
Update comments
Aug 16 2020
Correct the eps when the input is a power of 2, and add a check for correct rounding to even when it is a tie.
Aug 13 2020
Aug 12 2020
Merge with reviews.llvm.org/D85486
Aug 7 2020
Aug 5 2020
In D84725#2183801, @sivachandra wrote:We currently have UnitTest depend on FPUtil. I think that an creates unnecessary dependency for tests which do not need FPUtil for testing. So, a plan could be:
Instead of EXPECT_EQ and friends for floating point numbers, we will decouple UnitTest from FPUtil using matchers implemented in FPUtil. Say, EXPECT_FP_MATCH etc.
WDYT? If you concur, then you need not do the work. I will do it, and you can absorb those changes into this patch.
Jul 29 2020
Fix explicit specialization in class scope.
Jul 28 2020
Jul 23 2020
[libc] Add implementations of fmax, fmaxf, and fmaxl.