summaryrefslogtreecommitdiff
path: root/libc/test/src/math/performance_testing/misc_basic_ops_perf.cpp
AgeCommit message (Expand)Author
2025-04-24[libc][math] Improve performance test framework (#134501)Tejas Vipin
2024-08-29[libc][math] Add performance tests for fmul and fmull. (#106262)Job Henandez Lara
2024-07-22[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when av...OverMighty