This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/5] Use x constraints for operands to vfmaddss and vfmaddsd


On 05/13/2013 08:36 AM, Peter Collingbourne wrote:
> 2013-05-13  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.

Agreed that this is a real bug.  Also agreed that calling conventions
will have these values in registers already, and thus the complexity
of multiple alternatives is wasted.

Ok by me.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]