x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / arch-6.s
1 # Test .arch .sse4
2 .arch generic32
3 .arch .sse4
4 popcnt %ecx,%ebx
5 crc32 %ecx,%ebx
This page took 0.032227 seconds and 4 git commands to generate.