1# Test .arch .noavx
2	.text
3	.arch generic32
4	vzeroupper
5	.arch .avx
6	vzeroupper
7	.arch .noavx
8	vzeroupper
9	.p2align 4
10