Skip to content
Commit 5ffd5389 authored by Dan Gohman's avatar Dan Gohman
Browse files

Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is

typically faster then doing a general pow.

llvm-svn: 82819
parent feb50211
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment