summaryrefslogtreecommitdiff
path: root/libc/test/src/math/performance_testing
AgeCommit message (Expand)Author
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-04-24[libc][math] Improve performance test framework (#134501)Tejas Vipin
2025-03-31[libc][math][c23] Add hypotf16 function (#131991)Tejas Vipin
2025-02-13[libc][math] Improve the performance of sqrtf128. (#122578)lntue
2024-09-14[libc][math] Improve fmul performance by using double-double arithmetic. (#10...Job Henandez Lara
2024-08-29[libc][math] Add performance tests for fmul and fmull. (#106262)Job Henandez Lara
2024-08-07[libc][math][c23] Add exp10f16 C23 math function (#101588)OverMighty
2024-08-06[libc][math][c23] Add exp2f16 C23 math function (#101217)OverMighty
2024-07-31[libc][math][c23] Refactor expf16 (#101373)OverMighty
2024-07-30[libc][math][c23] Add expf16 C23 math function (#100632)OverMighty
2024-07-23[libc][math] Optimize maximum and minimum functions using builtins when avail...OverMighty
2024-07-22[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when av...OverMighty
2024-07-22[libc][CMake] Set library type of libc_diff_test_utils to STATIC (#99869)OverMighty
2024-07-15[libc][math] Optimize nearest integer functions using builtins when available...OverMighty
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Add missing dependency on `src.__support.macros.config` (#98552)Petr Hosek
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-11[libc][math] Optimize generic nearest integer functions (#98483)OverMighty
2024-06-07[libc][math][c23] Add fmodf16 C23 math function (#94629)OverMighty
2024-03-11[libc][math][c23] Add fmodl and fmodf128 math functions. (#84600)lntue
2024-03-11[libc][NFC] Clean up test/src/math/differential_testing folder, renaming it t...lntue