This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PING, i386]: Rewrite and macroize sin, cos and sincos x87 patterns
- From: "Uros Bizjak" <ubizjak at gmail dot com>
- To: "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 4 Dec 2006 14:25:35 +0100
- Subject: [PING, i386]: Rewrite and macroize sin, cos and sincos x87 patterns
Hello!
This patch continues the x87 builtins cleanup in the same way as fsqrt
and fprem{,1} patterns were rewritten / cleaned up:
http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01727.html
I'd like to address other builtins, but this one is somehow blocking
the work in i386.md.
Uros.