This is the mail archive of the gdb-patches@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]

Re: [RFA/i386] Prec x86 MMX 3DNow! SSE SSE2 SSE3 SSSE3 SSE4 support


Hui Zhu wrote:
Hi Michael,

I make a new testsuite that can support sse and sse4 better.

When the pc doesn't support sse4 insn, the test will skip the sse4 insn test.

Please help me review it.

This is an improvement!


However, the test still does not run on my system.
It fails during compile / assembly.

You'll need some sort of ifdef to handle this, unles you
just want to omit the two problem instructions.

gdb compile failed, /tmp/cckGM64c.s: Assembler messages:
/tmp/cckGM64c.s:234: Error: suffix or operands invalid for `blendvpd'
/tmp/cckGM64c.s:236: Error: suffix or operands invalid for `blendvps'
Running /data/home/msnyder/cvs/localhost/src/gdb/testsuite/gdb.reverse/sse1/i386-sse-reverse.exp ...
gdb compile failed, /usr/bin/ld: cannot open output file /data/home/msnyder/builds/native/src/gdb/testsuite/gdb.reverse/sse1/i386-sse-reverse: No such file or directory
collect2: ld returned 1 exit status


=== gdb Summary ===

# of untested testcases 2


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