This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[AVX]: Use ".sse_check none" on gcc.target/x86_64/abi/asm-support.s


Hi,

We are passing "-mavx -Wa,-msse-check=error" to gcc
tests to make sure that we generate pure AVX instructions.
But gcc.target/x86_64/abi/asm-support.s is assembly code
written in SSE. I am checking in this patch to add
".sse_check none" for -mavx.

Thanks.

-- 
H.J.
---
2008-06-03  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.target/x86_64/abi/abi-x86_64.exp: Replace asm-support.s
	with asm-support.S.

	* gcc.target/x86_64/abi/asm-support.s: Moved to ...
	* gcc.target/x86_64/abi/asm-support.S: This.

	* gcc.target/x86_64/abi/asm-support.S: Add ".sse_check none"
	if __AVX__ is defined.

Attachment: s.txt
Description: Text document


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