summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/nosse-1.s
blob: 27f2528f45dd30958e8fe215bdbff3b962a62908 (plain)
1
2
3
4
5
6
7
8
# Test .arch .nosse
	.text
	.arch generic32
	lfence
	.arch .sse2
	lfence
	.arch .nosse
	lfence