This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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] Add FMA4 support in binutils


On Tue, Jul 7, 2009 at 1:22 AM, Tristan Gingold<gingold@adacore.com> wrote:
>
> On Jul 6, 2009, at 6:49 PM, rajagopal, dwarak wrote:
>>
>> I have corrected white spaces/blank lines and long comments in my
>> patches.
>> Is this Ok? I'm currently testing it.
>
> This generates one regression on x86_64-mingw32.
>

I checked in this to fix it.

Thanks.

-- 
H.J.
---
2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>

        * gas/i386/fma4.d: Append "#pass".
        * gas/i386/x86-64-fma4.d: Likewise.
Index: gas/i386/fma4.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/fma4.d,v
retrieving revision 1.1
diff -u -p -r1.1 fma4.d
--- gas/i386/fma4.d     6 Jul 2009 19:34:30 -0000       1.1
+++ gas/i386/fma4.d     7 Jul 2009 13:55:11 -0000
@@ -90,3 +90,4 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    c4 e3 c9 7e fc 20       vfnmsubss %xmm4,%xmm6,%xmm2,%xmm
7
 [      ]*[a-f0-9]+:    c4 e3 c9 7e 39 20       vfnmsubss \(%ecx\),%xmm6,%xmm2,%
xmm7
 [      ]*[a-f0-9]+:    c4 e3 59 7e 39 20       vfnmsubss %xmm4,\(%ecx\),%xmm2,%
xmm7
+#pass
Index: gas/i386/x86-64-fma4.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/x86-64-fma4.d,v
retrieving revision 1.1
diff -u -p -r1.1 x86-64-fma4.d
--- gas/i386/x86-64-fma4.d      6 Jul 2009 19:34:30 -0000       1.1
+++ gas/i386/x86-64-fma4.d      7 Jul 2009 13:55:11 -0000
@@ -64,3 +64,4 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    c4 e3 c9 7e fc 20       vfnmsubss %xmm4,%xmm6,%xmm2,%xmm
7
 [      ]*[a-f0-9]+:    c4 e3 c9 7e 39 20       vfnmsubss \(%rcx\),%xmm6,%xmm2,%
xmm7

+#pass


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