summaryrefslogtreecommitdiff
path: root/libc/test/src/math/performance_testing/fmodf16_perf.cpp
AgeCommit message (Collapse)Author
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with ↵lntue
<stdint.h> includes. (#150303) https://github.com/llvm/llvm-project/issues/149993
2025-04-24[libc][math] Improve performance test framework (#134501)Tejas Vipin
- Merges `BinaryOpSingleOutputPerf.h` and `SingleInputSingleOutputPerf.h` files into a unified `PerfTest.h` and update all performance tests to use this. - Improve the output printed to log file for tests. - Removes unused `run_diff` method and redundant `run_perf` call in `BINARY_INPUT_SINGLE_OUTPUT_PERF_EX` (previously `BINARY_OP_SINGLE_OUTPUT_PERF_EX`) - Change `BINARY_INPUT_SINGLE_OUTPUT_PERF_EX` and `SINGLE_INPUT_SINGLE_OUTPUT_PERF` to not define `main`
2024-08-29[libc][math] Add performance tests for fmul and fmull. (#106262)Job Henandez Lara
2024-06-07[libc][math][c23] Add fmodf16 C23 math function (#94629)OverMighty
Part of #93566.