[PATCH] D21431: [arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 05:37:52 PDT 2016


dsanders added a comment.

I left androideabi alone in the commit since I think it's slower to call sincos than to call sin and cos separately in bionic.


http://reviews.llvm.org/D21431





More information about the llvm-commits mailing list