This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC PATCH, x86_64] Use -mno-sse[,2] to fall back to x87 FP argument passing convention
On Wed, 2006-10-11 at 08:33 +0200, Uros Bizjak wrote:
> -mabi=x87: pass FP args through x87 regs (applies only for -mfpmath=387)
I don't think it should apply only when -mfpmath=387.
Because then you will get into a mess when someone wants the ABI but
also want to use the SSE registers for FP still. Weird people but it
could happen.
-- Pinski