This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug sim/9566] [patch] altivec fixes (vcfsx, vcfux, merge, pack and other instructions broken)


------- Additional Comments From strauman at slac dot stanford dot edu  2009-03-28 09:49 -------
Created an attachment (id=3853)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=3853&action=view)
updated patch; fixes broken vcmpbfpx instruction, too

psim-altivec-fixes-2.diff supersedes/obsoletes earlier versions
of the patch. This version fixes 'vcmpbfpx', too. The instruction 
should check 

a <= b && a >= -b

but did test

a <= b && a >= +b

instead.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #3594 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=9566

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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