Try to convert pow(X, 1.50) --> X * sqrt(X) and Pow(X,(2/3)) to cube root of (X*X).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This review may be stuck/dead, consider abandoning if no longer relevant.
Removing myself as reviewer in attempt to clean dashboard.
clang-format: please reformat the code