Peter Collingbourne 791f3ba0db Use x constraints for operands to vfmaddss and vfmaddsd
While these instructions accept memory operands, only one operand
may be a memory operand.  Giving two operands xm constraints gives
the compiler the option of using memory for both operands, which
would result in invalid assembly code.  Using x for all operands is
more appropriate, as most x86_64 calling conventions will pass the
arguments in registers anyway.

2013-05-15  Peter Collingbourne  <pcc@google.com>

	* sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
	constraints with x constraints.
	* sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
2013-05-15 20:31:53 +02:00
..
2013-03-18 07:39:12 +01:00
2007-10-16 05:59:15 +00:00
2007-06-08 02:50:59 +00:00
2013-03-11 15:39:08 +01:00
2013-03-18 07:39:12 +01:00
2013-03-18 07:39:12 +01:00
2012-01-07 23:57:22 -05:00
2013-03-18 07:39:12 +01:00