[PATCH] pow(10, x) ―> __exp10(x)
Yi Jiang
yjiang at apple.com
Tue Aug 6 00:13:55 PDT 2013
Hi,
In this patch, we try to transform pow(10, x) to __exp10(x) since __exp10(x) is much faster
Files:Utils/SimplifyLibCalls.cpp
.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: exp10.patch
Type: application/octet-stream
Size: 78772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130806/787e4e1e/attachment.obj>
More information about the llvm-commits
mailing list