Displaying 2 results from an estimated 2 matches for "c7f54553".
Did you mean:
c7f09553
2013 Jan 22
0
[LLVMdev] sincos optimization
...o low orbit." ---
│ Brooks Moses on r.a.sf.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130122/c7f54553/attachment.sig>
2013 Jan 22
2
[LLVMdev] sincos optimization
Hi,
I'm looking at http://llvm.org/bugs/show_bug.cgi?id=13204 which involves converting calls to sin and cos to sincos (when available)
Initially I thought about transforming calls to sinf/cosf to sincosf. However, I don't think this is a legal transformation given that a declaration for a function called sinf is not necessarily the standard library function.
Therefore it makes sense to