Powf expansion currently returns NaN when the base is negative.
This is because taking natural log of a negative number gives
NaN. This patch will square the base and half the exponent, thereby
getting around the negative base problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo