[PATCH] apply transformation on Darwin platform: pow(10, x) ―> __exp10(x)

Yi Jiang yjiang at apple.com
Wed Dec 4 22:07:34 PST 2013


Hi,

__exp10 would be Darwin specific and only be available on OSX 10.9+ and iOS 7.0+ so we will check the availability and apply this transformation. Any comments will be appreciated. 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: exp10.patch
Type: application/octet-stream
Size: 5755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131204/ba0269a6/attachment.obj>


More information about the llvm-commits mailing list