summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/pow.cpp
AgeCommit message (Expand)Author
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ...lntue
2025-02-11[libc][math] Add float-only option for atan2f. (#122979)lntue
2024-10-26[libc][math] Add tests and fix some issues with FTZ/DAZ modes. (#113744)lntue
2024-10-10[libc][math] Improve performance of double precision trig functions. (#111793)lntue
2024-10-01[libc][math] Fix exceptional cases pow(-0, 1/2) and pow(-inf, 1/2). (#110566)lntue
2024-08-06[libc][math] Improve the error analysis and accuracy for pow function. (#102098)lntue
2024-08-05[libc][math] Implement fast pass for double precision pow function with up to...lntue
2023-04-20[libc][math] Remove placeholder implementations of asin and pow.Tue Ly
2022-10-31[libc][math] Add place-holder implementation for pow function.Tue Ly