| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc][math] Add Generic Comparison Operations for floating point types (#144983) The PR implements the following generic comparison operation functions for floating point types along with unittests: - fputil::equals - fputil::less_than - fputil::less_than_or_equals - fputil::greater_than - fputil::greater_than_or_equals --------- Signed-off-by: krishna2803 <kpandey81930@gmail.com> Signed-off-by: Krishna Pandey <kpandey81930@gmail.com> Co-authored-by: OverMighty <its.overmighty@gmail.com> | 1 年前 | |
[libc][math][c++23] Add bfloat16 support in LLVM libc (#144463) This PR enables support for BFloat16 type in LLVM libc along with support for testing BFloat16 functions via MPFR. --------- Signed-off-by: krishna2803 <kpandey81930@gmail.com> Signed-off-by: Krishna Pandey <kpandey81930@gmail.com> Co-authored-by: OverMighty <its.overmighty@gmail.com> | 1 年前 | |
[libc][math] Make BFloat16 comparison tests constexpr (#151211) Signed-off-by: Krishna Pandey <kpandey81930@gmail.com> | 1 年前 | |
[libc] Move struct Sign into LIBC_NAMESPACE (#110709) The struct Sign should be in the correct namespace. Also update the various tests that use it. | 1 年前 | |
[libc] Fix fpbits test running 80bit ld everywhere (#115937) After #115084 the 80 bit long double tests error if sizeof(long double) isn't 96 or 128 bits. This caused failures in long double is double systems (since long double is 64 bits) so I've disabled the 80 bit long double tests on systems that don't use them. | 1 年前 | |
| 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 |