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]

PATCH: Add tests for SSE instructions without AVX equivalent


Hi,

-msse-check=[error|warning] will issue an error/warning for any
SSE instruction not encoded with VEX prefix.  But not all SSE
instructions have AVX equivalent. I am checking in some tests
to make sure that -msse-check=[error|warning] won't issue
error/warning on those SSE instructions without AVX equivalent.


H.J.
---
2008-04-23  H.J. Lu  <hongjiu.lu@intel.com>

        * gas/i386/i386.exp: Run sse-noavx and x86-64-sse-noavx.

        * gas/i386/sse-noavx.d: New.
        * gas/i386/sse-noavx.s: Likewise.
        * gas/i386/x86-64-sse-noavx.d: Likewise.
        * gas/i386/x86-64-sse-noavx.s: Likewise.

Attachment: avx.txt
Description: Text document


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